forked from broadinstitute/gatk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codecov.yml
39 lines (32 loc) · 810 Bytes
/
codecov.yml
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
34
35
36
37
38
39
codecov:
branch: master
coverage:
precision: 3
round: nearest
range: "50...100"
status:
project:
default:
target: auto
threshold: null
branches: null
informational: true
patch:
default:
target: auto
branches: null
informational: true
changes:
default:
branches: null
informational: true
ignore:
- "src/test"
comment:
layout: "header, diff, changes, sunburst, uncovered, tree"
branches: null
behavior: default
after_n_builds: 8 # Wait until all 8 of the test suite jacoco test builds have been uploaded before writing a comment to the pr (no more incomplete coverage report emails)
# Disable line-by-line codecov comments in the github diff page
github_checks:
annotations: false