Skip to content

Commit 7fd493d

Browse files
committed
MNT: Use the new binary Codecov uploader
1 parent e7981c7 commit 7fd493d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
flake8
5858
mypy backtesting
5959
time catchsegv coverage run -m backtesting.test
60-
bash <(curl -s https://codecov.io/bash)
60+
curl -Os https://uploader.codecov.io/v0.1.9/linux/codecov && chmod +x codecov && ./codecov -vf coverage.xml
6161
6262
- name: Test
6363
if: '! matrix.test-type'

0 commit comments

Comments
 (0)