Skip to content

Commit 4694147

Browse files
authored
Merge pull request #705 from bashtage/codecov-success
MAINT: Refactor codecov control
2 parents 7af4731 + 3624924 commit 4694147

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)