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-72449] Add a toggle to ignore empty results #66

Merged
merged 2 commits into from
Jan 12, 2024
Merged

Conversation

uhafner
Copy link
Member

@uhafner uhafner commented Jan 11, 2024

Otherwise, the parsers will throw an exception.

Will fix jenkinsci/code-coverage-api-plugin#723.

See also https://issues.jenkins.io/browse/JENKINS-72449.

Otherwise, the parsers will throw an exception.
@uhafner uhafner added the enhancement Enhancement of existing functionality label Jan 11, 2024
Copy link

☀️ Quality Monitor

  • 🚦 Tests: 263 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.

Copy link

codecov bot commented Jan 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b5faac6) 95.72% compared to head (4fa05a0) 95.75%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@             Coverage Diff              @@
##               main      #66      +/-   ##
============================================
+ Coverage     95.72%   95.75%   +0.02%     
- Complexity      695      698       +3     
============================================
  Files            26       26              
  Lines          1684     1695      +11     
  Branches        230      227       -3     
============================================
+ Hits           1612     1623      +11     
- Misses           39       40       +1     
+ Partials         33       32       -1     

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

Copy link

☀️ Quality Monitor

  • 🚦 Tests: 263 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 2b34b06 into main Jan 12, 2024
30 checks passed
@uhafner uhafner deleted the empty-results branch January 12, 2024 07:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for empty results
1 participant