Skip to content

Commit

Permalink
Add a .codecov.yml
Browse files Browse the repository at this point in the history
Configure codecov to skip the PR status checks for now.
  • Loading branch information
olix0r committed Nov 17, 2023
1 parent 9f7e7ac commit 8682cd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
# Disable statuses until we sort out coverage more broadly. This is noisy as
# it is.
status:
project:
default: false
patch:
default: false
1 change: 1 addition & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ permissions:
on:
pull_request:
paths:
- .codecov.yml
- .github/workflows/coverage.yml
schedule:
# Run daily at 11AM UTC (3AM PST).
Expand Down

0 comments on commit 8682cd0

Please sign in to comment.