Skip to content

Commit

Permalink
Switch to codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
nickw444 committed Mar 4, 2019
1 parent 0198a66 commit 6eb596a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Expand Up @@ -11,7 +11,9 @@ script:
- mypy --strict nessclient
- coverage run --source=nessclient setup.py test

after_success: coveralls
after_success:
- coveralls
- codecov

before_deploy:
- git describe --tags > VERSION
Expand Down

0 comments on commit 6eb596a

Please sign in to comment.