Skip to content

Commit

Permalink
codecov - tolerate small decrease in coverage (#6258)
Browse files Browse the repository at this point in the history
Do not fail codecov coverage checks for small changes in coverage.

Ref: https://docs.codecov.com/docs/commit-status#threshold
  • Loading branch information
pavoljuhas committed Aug 24, 2023
1 parent 5bbdc22 commit be6218e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions codecov.yml
@@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 0.1%

0 comments on commit be6218e

Please sign in to comment.