Skip to content

Commit

Permalink
adjust codecov patch
Browse files Browse the repository at this point in the history
  • Loading branch information
mtar committed Feb 26, 2021
1 parent 38ef4a9 commit 8b179a7
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ coverage:
default:
# basic
target: auto
threshold: 5%
threshold: 3%
base: auto
flags:
- unit
Expand All @@ -24,3 +24,18 @@ coverage:
if_ci_failed: error #success, failure, error, ignore
informational: false
only_pulls: false
patch:
default:
# basic
target: auto
threshold: 3%
base: auto
# advanced
branches:
- master
if_ci_failed: error #success, failure, error, ignore
only_pulls: false
flags:
- "unit"
paths:
- "heat"

0 comments on commit 8b179a7

Please sign in to comment.