Skip to content

Commit

Permalink
fix(script): disable codecov status check to polute commit status (#2759
Browse files Browse the repository at this point in the history
)

codecov status check is annoying and pollute commit status, we still want a codecov 88% badge in readme, but don't want a drop in coverage makes our commit in master branch shows X.

Test Plan
----------
enable codecov for this pr, it should always pass even coverage drops.
  • Loading branch information
ailisp authored Jun 1, 2020
1 parent 2fefd76 commit db7845e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
coverage:
status:
project: off
patch: off

0 comments on commit db7845e

Please sign in to comment.