forked from sbryngelson/PyIMR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
29 lines (26 loc) · 869 Bytes
/
Copy pathcodecov.yml
File metadata and controls
29 lines (26 loc) · 869 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
# Informational only. The numerical claims are the validation suite's; a percentage
# cannot express them, so coverage reports and never blocks.
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
comment:
layout: "condensed_header, diff, files"
require_changes: true
# `full` is the nightly, which runs the slow set too. `fast` would be a `-m "not slow"`
# run and is currently unused, because coverage is nightly only (#123: it cost the 3.12
# job 200 s -> 319 s and put every push over the five-minute target). Declared anyway, so
# that re-enabling per-push coverage does not silently compare a fast report against a
# full base and read the marker difference as a drop.
flags:
fast:
carryforward: false
full:
carryforward: false
ignore:
- "tests/**"
- "tools/**"