Replies: 1 comment 8 replies
-
|
AltCover only works for code using .Net (framework or cross-platform, including Mono), as it works by rewriting the compiled IL in the resulting assemblies. For interpreted python code, you need a tool that works with the tracing hooks in that runtime; the one I am familiar with there is |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
-
Hi Team,
I have the source code in .NET application. but for automation, I have written test cases in robot framework (on top of python). From the QA perspective, I wanted to get the code coverage through running automation test cases.
is there any way to achieve this using altCover?
I am not finding the relevant documents / details regarding cross language platform. could anyone please help me out for this.
If anyone having the examples on connecting 2 different platforms would also be very helpful.
Beta Was this translation helpful? Give feedback.
All reactions