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

[JENKINS-72757] Merge coverage files with incompatible counters #82

Merged
merged 2 commits into from
Feb 29, 2024

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Feb 28, 2024

Some tools do not always report exact coverage data for branches. Cobertura reports from Microsoft Coverage may contain lines with full branch coverage but without a specification of the exact number of covered branches. This might cause problems when a merge with another report is processed, that contains a partial coverage (with the number of branches given).

See:

@uhafner uhafner added the bug Bugs or performance problems label Feb 28, 2024
Copy link

☀️ Quality Monitor

  • 🚦 Tests: 291 tests passed
  • 👣 Code Coverage: 96% coverage achieved
  • 🔬 Mutation Coverage: 93% mutations killed
  • ⚠️ Style: 1 warning found (0 error, 0 high, 1 normal, 0 low)
  • 🐛 Bugs: No warnings found

More details are available in the GitHub Checks Result.

Copy link

☀️ Quality Monitor

  • 🚦 Tests: 291 tests passed
  • 👣 Code Coverage: 96% coverage achieved
  • 🔬 Mutation Coverage: 93% mutations killed
  • ⚠️ Style: No warnings found
  • 🐛 Bugs: No warnings found

More details are available in the GitHub Checks Result.

@uhafner uhafner merged commit 3fb4657 into main Feb 29, 2024
28 checks passed
@uhafner uhafner deleted the JENKINS-72757-merge-with-default branch February 29, 2024 11:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs or performance problems
Projects
None yet
1 participant