forked from hellofresh/appboy-python-client
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathcodecov.yml
More file actions
25 lines (23 loc) · 779 Bytes
/
codecov.yml
File metadata and controls
25 lines (23 loc) · 779 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
---
# Configuration for codecov.io
# When editing this file, please validate its contents using:
# curl -X POST --data-binary @- https://codecov.io/validate < codecov.yml
#
comment:
layout: header, changes, diff
coverage:
status:
# Pass/fail commits based on whether they increase or decrease coverage to
# the entire project.
project:
default:
target: auto
threshold: 0.01
# Pass/fail commits based on coverage of the lines changes in that
# commit/PR. This is NOT the same as the 'project' status.
patch:
default:
target: auto
# Don't mark a commit as failing when coverage changes outside the files in
# the commit as this is beyond the control of the PR author for existing code.
changes: false