Skip to content

Commit

Permalink
MNT: Use the new binary Codecov uploader
Browse files Browse the repository at this point in the history
  • Loading branch information
kernc committed Dec 13, 2021
1 parent e7981c7 commit 7fd493d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
flake8
mypy backtesting
time catchsegv coverage run -m backtesting.test
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
- name: Test
if: '! matrix.test-type'
Expand Down

0 comments on commit 7fd493d

Please sign in to comment.