Skip to content

(#221) add a simple codecov.yml#293

Merged
nils-a merged 1 commit intocake-contrib:developfrom
nils-a:feature/GH-221
Nov 20, 2023
Merged

(#221) add a simple codecov.yml#293
nils-a merged 1 commit intocake-contrib:developfrom
nils-a:feature/GH-221

Conversation

@nils-a
Copy link
Copy Markdown
Contributor

@nils-a nils-a commented Nov 20, 2023

This should set the target coverage to 80% and allow each single PR to let coverage drop by 3%.

While this does not sound ideal, the current (default) configuration feels much too fragile, and breaks on too many PRs whose coverage is fine.

fixes #221

This should set the target coverage to 80% and allow
each single PR to let coverage drop by 3%.

While this does not sound ideal, the current (default)
configuration feels much too fragile, and breaks on too
many PRs whose coverage is fine.
@codecov
Copy link
Copy Markdown

codecov bot commented Nov 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (04276d4) 95.95% compared to head (523bfe9) 95.95%.

Additional details and impacted files
@@           Coverage Diff            @@
##           develop     #293   +/-   ##
========================================
  Coverage    95.95%   95.95%           
========================================
  Files           16       16           
  Lines          914      914           
  Branches       118      118           
========================================
  Hits           877      877           
  Misses          15       15           
  Partials        22       22           

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

@nils-a nils-a merged commit e7a45ce into cake-contrib:develop Nov 20, 2023
@nils-a nils-a deleted the feature/GH-221 branch November 20, 2023 21:08
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.

Add some configuration to CodeCov coverage requirements

1 participant