Skip to content
This repository was archived by the owner on Jul 4, 2023. It is now read-only.

Commit cf1cd5c

Browse files
committed
Add codecov yml
1 parent 07ed578 commit cf1cd5c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

codecov.yml

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
coverage:
2+
status:
3+
project:
4+
default:
5+
# basic
6+
target: auto
7+
threshold: 0%
8+
base: auto
9+
paths:
10+
- "src"
11+
# advanced
12+
branches:
13+
- master
14+
if_not_found: success
15+
if_ci_failed: error
16+
informational: False
17+
only_pulls: false

0 commit comments

Comments
 (0)