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

Gather code coverage data for integration tests in maven-invoker-plugin #31

Merged
merged 1 commit into from
Dec 3, 2023

Conversation

ascopes
Copy link
Owner

@ascopes ascopes commented Dec 3, 2023

Enable capturing code coverage for invocations of maven-invoker-plugin via jacoco-maven-plugin to enable ITs to be included in the overall code coverage metrics.

Closes GH-28.

@ascopes ascopes added the ci label Dec 3, 2023
@ascopes ascopes self-assigned this Dec 3, 2023
Copy link

codecov bot commented Dec 3, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2f0b54d) 35.38% compared to head (79fffd1) 85.64%.

Additional details and impacted files
@@              Coverage Diff              @@
##               main      #31       +/-   ##
=============================================
+ Coverage     35.38%   85.64%   +50.25%     
=============================================
  Files            15       15               
  Lines           390      390               
  Branches         27       27               
=============================================
+ Hits            138      334      +196     
+ Misses          251       45      -206     
- Partials          1       11       +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ascopes ascopes merged commit f34bf6d into main Dec 3, 2023
@ascopes ascopes deleted the task/GH-28 branch December 3, 2023 14:37
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.

Generate JaCoCo coverage for the invoker plugin
1 participant