forked from sleuthkit/sleuthkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
27 lines (22 loc) · 764 Bytes
/
.codecov.yml
File metadata and controls
27 lines (22 loc) · 764 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
# validate this with:
# curl -X POST --data-binary @codecov.yml https://codecov.io/validate
coverage:
range: 40..60
round: nearest
precision: 2
codecov:
branch: develop
ignore:
- "m4"
- "vendors"
# It turns out that we need to check to see if our tests are being called!
# - "test"
# Code for updating pull request comment on GitHub
# See https://docs.codecov.com/docs/pull-request-comments
comment:
layout: "diff, flags, files"
behavior: default
require_changes: false # post comment even if no required change
require_base: false # [true :: must have a base report to post]
require_head: false # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff]