Skip to content

Commit

Permalink
Add codecov.yml (#317)
Browse files Browse the repository at this point in the history
Set non-blocking status checks

* Update .licenserc.yaml
  • Loading branch information
waybackarchiver authored Feb 19, 2023
1 parent ed7b7eb commit 8d3da0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,6 @@ header:
- 'Makefile'
- 'Procfile'
- 'cosign.pub'
- 'codecov.yml'

comment: on-failure
8 changes: 8 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
project:
default:
informational: true # non-blocking status checks
patch:
default:
informational: true # non-blocking status checks

0 comments on commit 8d3da0b

Please sign in to comment.