SteveGilham / altcover

Cross-platform coverage gathering and processing tool set for dotnet/.Net Framework and Mono
MIT License
498 stars 18 forks source link

[enhancement] integration with xharness and/or device runners for iOS and Android #203

Closed amirvenus closed 5 months ago

amirvenus commented 8 months ago

As .net also runs on mobile platforms, it would be great if we could collect the code coverage using a combination of altcover and xharness

SteveGilham commented 6 months ago

Release 8.8.10 offers the --portable option, which puts the coverage report, control file, and intermediate data files in the same directory as the recorder assembly, so allowing the whole instrumented application including the report file to be moved between filing systems.

Rather than tangle with specific technologies, this should be a general purpose solution that would allow a process of instrument, deploy to test environment, do tests, copy back, and then collect the coverage data into the report.

SteveGilham commented 5 months ago

Believed addressed, closing.