Skip to content

Commit

Permalink
ci: allow 0.1% threshold (#417)
Browse files Browse the repository at this point in the history
Signed-off-by: arkbriar <[email protected]>
  • Loading branch information
arkbriar authored Apr 27, 2023
1 parent 383dff3 commit 6fc1e9e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# For documentation please see https://docs.codecov.com/docs/commit-status

coverage:
allow_coverage_offsets: true
status:
patch: off
patch: off # disable patch status
project:
default:
target: auto # base branch coverage is target
threshold: 0% # percent deviation allowed from target branch coverage
target: auto # compared with the coverage from the base commit
threshold: 0.1% # allow the coverage to drop by 0.1% and posting a success status
base: auto
flags:
- unittests
paths:
- "pkg"
- "examples"
- "cmd"
- "apis"
- "apis"

0 comments on commit 6fc1e9e

Please sign in to comment.