We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf4477e commit ae05a51Copy full SHA for ae05a51
.travis.yml
@@ -34,4 +34,4 @@ virtalenv:
34
script:
35
- nosetests -v --with-coverage --cover-package=chip8
36
after_success:
37
- - bash < (curl -s https://codecov.io/bash)
+ - bash <(curl -s https://codecov.io/bash) || echo "Codecov did not collect coverage reports"
0 commit comments