forked from sleuthkit/sleuthkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
25 lines (21 loc) · 688 Bytes
/
codecov.yml
File metadata and controls
25 lines (21 loc) · 688 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
# 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"
- "test"
- "vendors"
# 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]