We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7981c7 commit 7fd493dCopy full SHA for 7fd493d
.github/workflows/ci.yml
@@ -57,7 +57,7 @@ jobs:
57
flake8
58
mypy backtesting
59
time catchsegv coverage run -m backtesting.test
60
- bash <(curl -s https://codecov.io/bash)
+ curl -Os https://uploader.codecov.io/v0.1.9/linux/codecov && chmod +x codecov && ./codecov -vf coverage.xml
61
62
- name: Test
63
if: '! matrix.test-type'
0 commit comments