forked from pyvista/pyvista
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
24 lines (23 loc) · 796 Bytes
/
Copy pathcodecov.yml
File metadata and controls
24 lines (23 loc) · 796 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
comment: false
# `target: auto` keeps coverage from drifting downward over time. The small
# threshold absorbs session-aggregation jitter on Codecov's side: matrix
# uploads occasionally land as 1, 2, or 3 sessions on otherwise identical
# runs, which moves the reported total by ~0.1% without any real change.
# An entire matrix cell going missing (the failure mode from #8635) drops
# coverage by far more than this and is also caught by `if_no_uploads`.
coverage:
status:
project:
default:
target: auto
threshold: 0.5%
if_not_found: failure
if_ci_failed: error
if_no_uploads: error
patch:
default:
target: auto
threshold: 0.5%
if_not_found: failure
if_ci_failed: error
if_no_uploads: error