Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dumping JaCoCo Coverage into the JSON file #118

Merged
merged 4 commits into from
Jul 31, 2024

Conversation

khbminus
Copy link
Contributor

Changes

Added a @Serializable annotation to the CoverageInfo classes as well as the Serializers for them. Additionally, I've changed the signature of the collectCoverage for collecting more coverage

I added two new flags:

  • coverageJsonLocation — a path for a result JSON file that contains a set of all covered objects
  • collectWholeCoverage — a boolean flag to collect the coverage of all classes (except the kotlin/kex/Java stdlib)

Threats

The collectWholeCoverage for now only works for classes, the filters for stdlib are written very sketchily and, I suppose, require a full refactor

In the previous commits only target class are considered to fetch coverage. In this commit I introduced the collection of the coverage for all classes
Change Java 16+ toList() to Collectors.toList() from Java 11
@AbdullinAM AbdullinAM merged commit f2498a6 into vorpal-research:master Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants