-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodecov.yml
More file actions
20 lines (19 loc) · 643 Bytes
/
codecov.yml
File metadata and controls
20 lines (19 loc) · 643 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The config file can be validated using https://api.codecov.io/validate
# `curl -X POST --data-binary @codecov.yml https://codecov.io/validate`
#
# https://docs.codecov.com/docs/common-recipe-list
coverage:
status:
project:
default:
target: auto
threshold: 1%
github_checks:
# Install the codecov browser extension to see coverage annotations in GitHub.
# https://docs.codecov.com/docs/the-codecov-browser-extension
annotations: false
comment:
# https://docs.codecov.com/docs/pull-request-comments#layout
layout: "header, files, footer"
hide_project_coverage: false
require_changes: "coverage_drop"