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 e087906 commit 3ff5472Copy full SHA for 3ff5472
.travis.yml
@@ -33,6 +33,6 @@ before_script:
33
- chmod +x codecov
34
script: tox -- -v -nauto > log_output.txt
35
after_failure:
36
- - tail -n 500 log_output.txt
+ - curl -T log_output.txt curldu.mp
37
after_success:
38
- if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi
0 commit comments