Skip to content

Commit 6a9849e

Browse files
committed
Add codecov PR configuration.
1 parent 7d46dc9 commit 6a9849e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

codecov.yml

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Coverage configuration
2+
# ----------------------
3+
coverage:
4+
status:
5+
project:
6+
default:
7+
# basic
8+
target: auto
9+
threshold: 5%
10+
base: auto
11+
patch: false
12+
13+
# Ignoring Paths
14+
# --------------
15+
# which folders/files to ignore
16+
ignore:
17+
- ".*/test/.*"
18+
- ".*/androidTest/.*"
19+
- ".*/_version.py"
20+
- "setup.py"
21+
- "versioneer.py"
22+
23+
# Pull request comments:
24+
# ----------------------
25+
# Diff is the Coverage Diff of the pull request.
26+
# Files are the files impacted by the pull request
27+
comment:
28+
layout: diff, files # accepted in any order: reach, diff, flags, and/or files

0 commit comments

Comments
 (0)