Skip to content

Commit

Permalink
Add codecov reports (#28)
Browse files Browse the repository at this point in the history
* Add codecov reports
  • Loading branch information
tfoote authored Feb 4, 2019
1 parent b538350 commit 9ef5f36
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ install:
- pip install .
- pip install nose
- pip install coverage
- pip install codecov

# Nvidia not available on travis
script:
- nosetests --with-coverage --cover-package rocker --exclude test_nvidia_glmark2
- nosetests --with-coverage --cover-package rocker --exclude test_nvidia_glmark2

after_success:
- codecov

0 comments on commit 9ef5f36

Please sign in to comment.