Skip to content

Commit

Permalink
chore: Add a codecov file
Browse files Browse the repository at this point in the history
Signed-off-by: Timon Wong <timon86.wang@gmail.com>
  • Loading branch information
timonwong committed Aug 29, 2022
1 parent 0c0ba6d commit 2f4a6c6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .codecov.yml
@@ -0,0 +1,16 @@
coverage:
range: 70..90 # green if 90+, red if 70-
status:
patch:
# coverage status for pull request diff
default:
threshold: 0.5% # allow a little drop
project:
# coverage status for whole project
default:
target: auto # use coverage of base commit as target
threshold: 0.5% # allow a little drop

ignore:
- "plugin/**"
- "cmd/**"

0 comments on commit 2f4a6c6

Please sign in to comment.