Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Sep 29, 2023

Changes:

  • Line coverage is now reported as consecutive line ranges.
  • If a line is not covered (C0 = 0) then mutations are skipped.
  • Mutator will be shown in the message of an annotation.
  • Line and branch coverage annotations are skipped for mutation reports.

Fixes #775

Changes:
- Line coverage is now reported as consecutive line ranges.
- If a line is not covered (C0 = 0) then mutations are skipped.
- Mutator will be shown in the message of an annotation.
- In mutation reports line and branch coverage annotations are skipped.
@uhafner uhafner added the enhancement Enhancement of existing functionality label Sep 29, 2023
@codecov
Copy link

codecov bot commented Oct 2, 2023

Codecov Report

Merging #780 (e8b730d) into master (9804fdb) will increase coverage by 0.02%.
The diff coverage is 95.45%.

@@             Coverage Diff              @@
##             master     #780      +/-   ##
============================================
+ Coverage     74.05%   74.08%   +0.02%     
- Complexity     1693     1698       +5     
============================================
  Files           130      130              
  Lines          6278     6289      +11     
  Branches        676      677       +1     
============================================
+ Hits           4649     4659      +10     
  Misses         1407     1407              
- Partials        222      223       +1     
Files Coverage Δ
...overage/metrics/steps/CoverageChecksPublisher.java 93.00% <95.45%> (-0.10%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@uhafner uhafner merged commit feb21f6 into master Oct 4, 2023
@uhafner uhafner deleted the line-range branch October 4, 2023 09:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement Enhancement of existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Improve reporting of checks

1 participant