Skip to content

Commit b1b31ad

Browse files
authored
Preventing codeconv from failing the b uild
1 parent 8b1bff1 commit b1b31ad

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/.codecov.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
coverage:
2+
status:
3+
project:
4+
# Full configuration format is found here :
5+
# https://docs.codecov.com/docs/commit-status#section-project-status
6+
default:
7+
# basic
8+
#target: 10%
9+
#threshold: 10%
10+
paths:
11+
- "src"
12+
# advanced settings
13+
if_ci_failed: error #success, failure, error, ignore
14+
informational: true
15+
only_pulls: false

0 commit comments

Comments
 (0)