Skip to content

Commit 0ee3cd6

Browse files
committed
Fix: Update codecov to 84% to account for fact if branches now covered (#1393)
1 parent d9fec90 commit 0ee3cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.codecov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ coverage:
1010
# https://docs.codecov.com/docs/commit-status
1111
status:
1212

13-
# We want our total main project to always remain above 87% coverage, a
13+
# We want our total main project to always remain above 84% coverage, a
1414
# drop of 0.20% is allowed. It should fail if coverage couldn't be uploaded
1515
# of the CI fails otherwise
1616
project:
1717
default:
18-
target: 87%
18+
target: 84%
1919
threshold: 0.20%
2020
if_not_found: failure
2121
if_ci_failed: error

0 commit comments

Comments
 (0)