We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d27413 commit 08adaebCopy full SHA for 08adaeb
.codecov.yml
@@ -17,18 +17,19 @@ coverage:
17
project:
18
default:
19
# commits below this threshold will be marked as failed
20
- target: '85%'
+ target: '92%'
21
# how much we allow the coverage to drop
22
threshold: '2%'
23
patch:
24
25
- target: '95%'
+ target: '97%'
26
threshold: '5%'
27
28
# files to ignore
29
ignore:
30
- "tests/**"
31
- "ws_messages_pb2.py"
32
+ - "cylc/flow/scripts/report_timings.py"
33
34
flag_management:
35
default_rules:
.coveragerc
@@ -16,6 +16,7 @@ omit =
16
tests/*
*/cylc/flow/*_pb2.py
cylc/flow/etc/*
+ cylc/flow/scripts/report_timings.py
parallel = True
source = ./cylc
timid = False
0 commit comments