-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcodecov.yml
30 lines (26 loc) · 847 Bytes
/
codecov.yml
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
# Docs ref: https://docs.codecov.io/docs/codecovyml-reference
# Validation check: $ curl --data-binary @codecov.yml https://codecov.io/validate
codecov:
bot: "codecov-io"
strict_yaml_branch: "yaml-config"
coverage:
precision: 2
round: down
range: "70...100"
status:
project:
default:
target: 95%
threshold: 2%
patch: off
# https://docs.codecov.io/docs/ignoring-paths
ignore:
- "src/HiPart/interactive_visualization.py"
# because the interactive_visualization module can not be
# checked by conventional means but need visual check the
# acceptable limits of test coverage are lowered
# https://docs.codecov.io/docs/pull-request-comments
comment:
layout: header, diff, sunburst, uncovered
behavior: default
require_changes: true # if true: only post the comment if coverage changes