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 84f033e commit f79efe0Copy full SHA for f79efe0
run_tests.sh
@@ -35,5 +35,8 @@ coverage run tests/test_simple.py
35
# show coverage
36
coverage report
37
38
+# attempt to fix codecov
39
+set +eux
40
+
41
# send coverage stats to Codecov
42
bash <(curl -s https://codecov.io/bash)
0 commit comments