Skip to content

Commit

Permalink
adding yaml codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
SidMalladi committed Nov 25, 2023
1 parent 0aae6b4 commit ee569ca
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
comment: no # do not comment PR with the result

coverage:
range: 50..90 # coverage lower than 50 is red, higher than 90 green, between color code

status:
project: # settings affecting project coverage
default:
target: auto # auto % coverage target
threshold: 5% # allow for 5% reduction of coverage without failing

# do not run coverage on patch nor changes
patch: false

0 comments on commit ee569ca

Please sign in to comment.