forked from libsemigroups/libsemigroups
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.codecov.yml
More file actions
33 lines (29 loc) · 1021 Bytes
/
.codecov.yml
File metadata and controls
33 lines (29 loc) · 1021 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
31
32
33
github_checks:
annotations: false
coverage:
precision: 2
round: down
range: "90...100"
status: # GitHub status checks to add to a PR
project:
default:
informational: true # Don't fail the check if overall coverage decreases
patch: # Check only the PR's diff
default:
target: 100
threshold: 0
informational: true # Do fail the check if the diff is not 100% covered
changes: # Information about changes in coverage outside the diff
default:
informational: true # Don't fail the check
# Comment to post on PRs
comment: #this is a top-level key
layout: " diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
require_base: false # [true :: must have a base report to post]
require_head: true # [true :: must have a head report to post]
hide_project_coverage: false # [true :: only show coverage on the git diff aka patch coverage]
ignore:
- "third_party"
- "tests"