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

Add support for OpenCover #60

Merged
merged 3 commits into from
Jan 18, 2024
Merged

Add support for OpenCover #60

merged 3 commits into from
Jan 18, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Jan 17, 2024

Followup for jenkinsci/coverage-model#64

Add support for the coverage format OpenCover.

Fixes jenkinsci/code-coverage-api-plugin#770.

@uhafner uhafner added the feature New features label Jan 17, 2024
Copy link

codecov bot commented Jan 17, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (c847de6) 77.32% compared to head (9025ce1) 77.30%.
Report is 4 commits behind head on main.

Files Patch % Lines
...s/plugins/coverage/metrics/steps/CoverageTool.java 50.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main      #60      +/-   ##
============================================
- Coverage     77.32%   77.30%   -0.03%     
  Complexity      742      742              
============================================
  Files            47       47              
  Lines          2633     2635       +2     
  Branches        252      252              
============================================
+ Hits           2036     2037       +1     
- Misses          514      515       +1     
  Partials         83       83              

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

@uhafner uhafner marked this pull request as draft January 17, 2024 15:16
@uhafner uhafner marked this pull request as ready for review January 17, 2024 16:51
@jonesbusy
Copy link
Contributor

All good from me, thank you!

@uhafner uhafner merged commit c584ecf into main Jan 18, 2024
26 of 28 checks passed
@uhafner uhafner deleted the opencover branch January 18, 2024 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for OpenCover format
2 participants