forked from testcontainers/testcontainers-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodecov.yml
More file actions
26 lines (24 loc) · 748 Bytes
/
codecov.yml
File metadata and controls
26 lines (24 loc) · 748 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
# https://docs.codecov.com/docs/codecov-yaml
coverage:
status:
project:
default:
target: auto
# Allow small coverage fluctuations without failing the check.
threshold: 1%
# Don't fail codecov if the CI run itself failed (avoids double-noise).
if_ci_failed: success
patch:
default:
# Report patch coverage, but never block the PR on it.
informational: true
# Recompute the base when code is removed so refactors don't appear to
# regress overall coverage.
codecov:
notify:
after_n_builds: 1
require_ci_to_pass: true
comment:
layout: "reach,diff,flags,files"
behavior: default
require_changes: true # only post a PR comment when coverage actually changed