Skip to content

Commit

Permalink
Merge pull request kytos#57 from ajoaoff/codecov
Browse files Browse the repository at this point in the history
Add codecov to report coverage
  • Loading branch information
italovalcy authored Aug 31, 2021
2 parents 8f7b22c + c7c4138 commit 3d425bf
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 3d425bf

Please sign in to comment.