Skip to content

Commit

Permalink
coverage paths and report for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmckerns committed May 15, 2022
1 parent 91a91a9 commit b72248b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ branch = true
[paths]
source =
dill
*/site-packages/dill*/dill
*/site-packages/dill
*/site-packages/dill-*/dill

[report]
include =
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@ script:

after_success:
- if [[ $COVERAGE == "true" ]]; then bash <(curl -s https://codecov.io/bash); else echo ''; fi
- if [[ $COVERAGE == "true" ]]; then coverage report; fi

0 comments on commit b72248b

Please sign in to comment.