Skip to content
This repository has been archived by the owner on Dec 10, 2021. It is now read-only.

Commit

Permalink
Disable patch code coverage check
Browse files Browse the repository at this point in the history
Target: 0% doesn't mean anything anyway.
  • Loading branch information
ktmud committed May 8, 2020
1 parent 074c205 commit f4f6019
Showing 1 changed file with 3 additions and 16 deletions.
19 changes: 3 additions & 16 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,18 @@
coverage:
status:
patch:
default:
target: 0%
threshold: 10% # report CI fail if coverage drops more than this
core-packages-ts:
paths:
- packages/*.ts$
- packages/*.js$
core-packages-tsx:
paths:
- packages/*.jsx$
- packages/*.tsx$
patch: off
project:
default:
target: 0%
threshold: 10%
core-packages-ts:
target: 100%
paths:
- packages/*.ts$
- packages/*.js$
- packages/**/*.{js|ts}$
core-packages-tsx:
target: 10%
paths:
- packages/*.jsx$
- packages/*.tsx$
- packages/**/*.{jsx|tsx}$
plugins:
target: 0%
paths:
Expand Down

0 comments on commit f4f6019

Please sign in to comment.