Skip to content

Commit

Permalink
Don't fail build when insufficient coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
benvinegar committed Jan 20, 2024
1 parent 9daf0c0 commit 0ddf102
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,12 @@
ignore:
- "*.config.js"
- "*.config.js"

# Coverage checks shouldn't fail the build
coverage:
status:
project:
default:
target: 0%
patch:
default:
target: 0%

0 comments on commit 0ddf102

Please sign in to comment.