Skip to content

Commit

Permalink
Use codecov to show coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoaoff committed Aug 30, 2021
1 parent 8f7b22c commit c7c4138
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@ python:
install:
- pip install --upgrade pip
- pip install tox
- pip install codecov
script:
- tox
- tox
after_success:
- codecov
Empty file added codecov.yml
Empty file.

0 comments on commit c7c4138

Please sign in to comment.