Other files ignored by Codecov
changes/pr4157.yaml
is new.
Files | Coverage |
---|---|
root/project/src/prefect | 74.96% |
Project Totals (189 files) | 74.96% |
1 |
comment: |
2 |
layout: "header" |
3 |
behavior: default |
4 |
require_changes: false # if true: only post the comment if coverage changes |
5 |
require_base: no # [yes :: must have a base report to post] |
6 |
require_head: yes # [yes :: must have a head report to post] |
7 |
branches: null # branch names that can post comment |
8 |
|
9 |
coverage: |
10 |
status: |
11 |
patch: no |
12 |
project: |
13 |
default: |
14 |
target: 92% |
15 |
threshold: 1% |
16 |
|
17 |
ignore: |
18 |
- "src/prefect/tasks/**/*" |
19 |
- "src/prefect/environments/**/*" |