Skip to content

Commit

Permalink
Merge pull request #124 from BoothGroup/codecov_lim
Browse files Browse the repository at this point in the history
Add codecov limit on coverage reduction.
  • Loading branch information
ghb24 authored Aug 14, 2023
2 parents bf7cbc7 + ddbc189 commit 57aae22
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
coverage:
status:
project:
default:
target: auto
# this allows a 0.5% drop from the previous base commit coverage
threshold: 0.5%

0 comments on commit 57aae22

Please sign in to comment.