Skip to content

Commit

Permalink
chore: update codecov thresholds
Browse files Browse the repository at this point in the history
 - 5% change is okay for failing a build. I'm tired of builds failing because there's randomness in our test suite that sometimes misses a line or two. At 5% we'll still know if we accidentally break tests or something.
  • Loading branch information
justindujardin committed Dec 18, 2023
1 parent 5f81ef9 commit 665f9d5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
coverage:
status:
patch: off
patch: off
project:
default:
threshold: 5%
1 change: 1 addition & 0 deletions website/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ theme:
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
- navigation.top
- content.action.edit
- content.action.view
- content.tooltips
Expand Down

0 comments on commit 665f9d5

Please sign in to comment.