Skip to content

Commit

Permalink
Merge pull request neurodata#322 from neurodata/codecov
Browse files Browse the repository at this point in the history
EHN optimize Codecov configurations
  • Loading branch information
tathey1 authored Oct 13, 2021
2 parents f0cb8c1 + e7196c3 commit bc4e388
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ orbs:
# Orb commands and jobs help you with common scripting around a language/tool
# so you dont have to copy and paste it everywhere.
# See the orb documentation here: https://circleci.com/developer/orbs/orb/circleci/python
python: circleci/python@1.2
python: circleci/python@1.4.0

workflows:
build_and_deploy: # This is the name of the workflow, feel free to change it to better match your workflow.
Expand Down
6 changes: 4 additions & 2 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ coverage:
# --------------
# which folders/files to ignore
ignore:
- "**/test_*.py"
- "*__init__.py"
- "**/*test_*.py"
- "**/tests"
- "**/__init__.py"
- "**/__version__.py"

# Pull request comments:
# ----------------------
Expand Down

0 comments on commit bc4e388

Please sign in to comment.