Skip to content

Commit

Permalink
iox-eclipse-iceoryx#243 set coverage thresholds for codecov
Browse files Browse the repository at this point in the history
Signed-off-by: Kroenke Dietrich (CC-AD/ESW1) <[email protected]>
  • Loading branch information
dkroenke committed Sep 7, 2020
1 parent e8a9725 commit 91fd454
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# codecov yaml
comment: yes # do not comment PR with the result

coverage:
range: 50..90

status:
project: # settings affecting project coverage
default:
enabled: yes
target: auto # auto % coverage target
threshold: 100% # we allow here 100% change to unblock PRs (will be set later)

# do not run coverage on patch nor changes
patch:
default:
enabled: yes
target: auto # auto % coverage target
threshold: 100% # we allow here 100% change to unblock PRs (will be set later)
changes: yes

0 comments on commit 91fd454

Please sign in to comment.