-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathcodecov.yml
More file actions
31 lines (28 loc) · 783 Bytes
/
codecov.yml
File metadata and controls
31 lines (28 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# For more configuration details:
# https://docs.codecov.io/docs/codecov-yaml
# Check if this file is valid by running in bash:
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
ignore:
- "src/fastoad_cs25/configurations/"
- "src/fastoad_cs25/notebooks/"
- "src/fastoad_cs25/source_data_files/"
- "src/conftest.py"
coverage:
status:
project:
default:
# basic
target: auto
threshold: 1%
base: auto
# flags:
# - unittests
# paths:
# - "src"
# advanced
# branches:
# - master
# if_not_found: success
# if_ci_failed: error
informational: true
# only_pulls: false