-
-
Notifications
You must be signed in to change notification settings - Fork 64
/
.codecov.yml
43 lines (41 loc) · 1.63 KB
/
.codecov.yml
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
comment: false
coverage:
status:
project:
default:
# Commits pushed to master should not make the overall
# project coverage decrease by more than 1%:
target: auto
threshold: 1%
patch:
default:
# Be tolerant on slight code coverage diff on PRs to limit
# noisy red coverage status on github PRs.
# Note The coverage stats are still uploaded
# to codecov so that PR reviewers can see uncovered lines
# in the github diff if they install the codecov browser
# extension:
# https://github.com/codecov/browser-extension
target: auto
threshold: 1%
fixes:
# reduces pip-installed path to git root and
# remove dist-name from setup-installed path
- "*/python3.8/site-packages/::py3.8/"
- "*/python3.9/site-packages/::py3.9/"
- "*/python3.10/site-packages/::py3.10/"
- "*/python3.11/site-packages/::py3.11/"
- "*/python3.12/site-packages/::py3.12/"
- "*/python3.13/site-packages/::py3.13/"
- "*/pypy3.8-*/site-packages/::pypy3.8/"
- "*/pypy3.9-*/site-packages/::pypy3.9/"
- "*/pypy3.10-*/site-packages/::pypy3.10/"
- "*/python3.8/site-packages/multiprocess-*::py3.8/"
- "*/python3.9/site-packages/multiprocess-*::py3.9/"
- "*/python3.10/site-packages/multiprocess-*::py3.10/"
- "*/python3.11/site-packages/multiprocess-*::py3.11/"
- "*/python3.12/site-packages/multiprocess-*::py3.12/"
- "*/python3.13/site-packages/multiprocess-*::py3.13/"
- "*/pypy3.8-*/site-packages/multiprocess-*::pypy3.8/"
- "*/pypy3.9-*/site-packages/multiprocess-*::pypy3.9/"
- "*/pypy3.10-*/site-packages/multiprocess-*::pypy3.10/"