forked from broadinstitute/gatk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
33 lines (27 loc) · 686 Bytes
/
codecov.yml
File metadata and controls
33 lines (27 loc) · 686 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
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
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)