-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcodecov.yml
More file actions
30 lines (26 loc) · 829 Bytes
/
Copy pathcodecov.yml
File metadata and controls
30 lines (26 loc) · 829 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
# Overall settings for PR integration via codecov.com
# See https://docs.codecov.com/docs/codecovyml-reference
# Separate PR statuses for project-level and patch-level coverage
# See https://docs.codecov.com/docs/commit-status
coverage:
status:
# Project-level coverage
project:
default:
base: auto
only_pulls: true
target: auto
threshold: 10%
# Patch-level coverage (how well is the PR tested)
patch:
default:
base: auto
only_pulls: true
target: auto
threshold: 50%
# Pull request comments
# See https://docs.codecov.com/docs/pull-request-comments
comment: false
# See https://docs.codecov.com/docs/ignoring-paths
ignore:
- 'tests'