Skip to content

Commit eccab0a

Browse files
authored
chore: restore coverage goal (#1654)
I am not 100% sure what was happening earlier today but our project coverage is back in a better place again now according to the CI. I have added one more package to the exclude list for now as its coverage was in the 30s. Fixes: #1650
1 parent a5b5b68 commit eccab0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codecov.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ coverage:
1515
status:
1616
project:
1717
default:
18-
target: 75% # The target coverage percentage for the project
18+
target: 80% # The target coverage percentage for the project
1919
threshold: 0% # Allow 0% drop from the target; any drop below target will fail
2020
if_ci_failed: error # Set the CI status to 'error' if coverage conditions are not met
2121
ignore:
2222
- internal/sidekick/internal/sample
23+
- internal/sidekick/internal/rust_prost

0 commit comments

Comments
 (0)