Skip to content

Commit

Permalink
Update .codecov.yml (#1775)
Browse files Browse the repository at this point in the history
* update .codecov.yml

* disable patch

* Revert "disable patch"

This reverts commit 3b43de7.

* disable patch
  • Loading branch information
zjb0807 authored Jan 13, 2022
1 parent 7f2a1fd commit dd5cc0d
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,16 @@
coverage:
precision: 2
round: down
round: down
range: "70...100"
status: # this controls whether a pull request will be blocked by a decrease in coverage
# Learn more at https://docs.codecov.com/docs/commit-status
project:
default:
threshold: 5% # allows coverage to drop by up to the percent noted and still post a success status
#informational: true # If true is specified the resulting status will pass no matter what the coverage is or what other settings are specified
patch:
default:
threshold: 5% # allows coverage to drop by up to the percent noted and still post a success status
#informational: true # If true is specified the resulting status will pass no matter what the coverage is or what other settings are specified
changes:
default:
threshold: 5% # allows coverage to drop by up to the percent noted and still post a success status
#informational: true # If true is specified the resulting status will pass no matter what the coverage is or what other settings are specified
patch: off

ignore:
- "node" # ignore folders and all its contents
- "runtime" # ignore folders and all its contents
- "inspect" # ignore folders and all its contents

0 comments on commit dd5cc0d

Please sign in to comment.