Skip to content

Commit

Permalink
Relax codecov (#625)
Browse files Browse the repository at this point in the history
### Related issues

- Closes #613

### Summary

- adds codecov.yml as a YAML configuration file for Codecov
- changes the threshold for Codecov to fail on coverage reduction to 1%
this should prevent all of the build failures we've been seeing.

### Checks

- [ ] All tests have passed (or issues created for failing tests)
  • Loading branch information
amc-corey-cox authored Mar 5, 2024
1 parent bd577d6 commit fa11d5f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 401,529 deletions.
5 changes: 5 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
coverage:
status:
project:
default:
threshold: 1%
Loading

0 comments on commit fa11d5f

Please sign in to comment.