Skip to content

Commit

Permalink
Merge pull request #705 from bashtage/codecov-success
Browse files Browse the repository at this point in the history
MAINT: Refactor codecov control
  • Loading branch information
bashtage committed Sep 21, 2019
2 parents 7af4731 + 3624924 commit 4694147
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
ignore:
- "pandas_datareader/tests/.*"
codecov:
notify:
require_ci_to_pass: no
coverage:
status:
project:
default:
# Require 1% coverage, i.e., always succeed
target: 1
patch: false
changes: false

0 comments on commit 4694147

Please sign in to comment.