Skip to content

Commit 3624924

Browse files
committed
MAINT: Refactor codecov control
Continue to cover all of pdr but use a threshold of 1%
1 parent 7af4731 commit 3624924

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.codecov.yml

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,11 @@
1-
ignore:
2-
- "pandas_datareader/tests/.*"
1+
codecov:
2+
notify:
3+
require_ci_to_pass: no
4+
coverage:
5+
status:
6+
project:
7+
default:
8+
# Require 1% coverage, i.e., always succeed
9+
target: 1
10+
patch: false
11+
changes: false

0 commit comments

Comments
 (0)