Skip to content

Commit

Permalink
tolerate some reduction in code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoes committed Aug 31, 2023
1 parent 1bc4831 commit a6811be
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
coverage:
status:
project:
default:
# basic
target: auto
threshold: 0.05%
base: auto
flags:
- unit
paths:
- "src"
# advanced settings
branches:
- master
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false

0 comments on commit a6811be

Please sign in to comment.