Skip to content

Commit

Permalink
MNT: Update service configurations for new tests location
Browse files Browse the repository at this point in the history
  • Loading branch information
dopplershift committed Sep 30, 2019
1 parent ef4e806 commit 5c0be98
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .codeclimate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ plugins:
enabled: true
config:
test_patterns:
- "metpy/**/tests/*.py"
- "tests/*.py"
checks:
python:S3776:
enabled: false
Expand Down
5 changes: 2 additions & 3 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@ coverage:
if_not_found: success
if_ci_failed: failure
paths:
- "metpy/(\w+/)?[^/]+\.py$"
- "metpy/.*"

tests:
target: 100%
paths:
- "metpy/.*/tests/.*"
- "metpy/tests/.*"
- "tests/.*"
- "metpy/testing.py"

notify:
Expand Down

0 comments on commit 5c0be98

Please sign in to comment.