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

Feature/69 #87

Merged
merged 4 commits into from
Aug 25, 2021
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 2 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
codecov:
require_ci_to_pass: yes
# @todo #52:15min add codecov strict analysis for 100% coverage.
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed @todo marker.

coverage:
status:
patch:
default:
target: auto
threshold: 10%
target: 100%
project:
default:
target: auto
threshold: 10%
target: 100%
Comment on lines -8 to +10
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Elevated required coverage to 100%.

precision: 2
round: down
range: "70...100"
Expand Down