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 9180b35 commit 0d4b022Copy full SHA for 0d4b022
.github/workflows/main.yml
@@ -64,5 +64,5 @@ jobs:
64
pip install -U tox
65
tox
66
67
- - name: Upload coverage report
68
- run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload to codecov
+ uses: codecov/codecov-action@v2
tox.ini
@@ -12,4 +12,4 @@ deps =
12
-r{toxinidir}/requirements-test.txt
13
msgpack: -r{toxinidir}/requirements.txt
14
pypy-msgpack: -r{toxinidir}/requirements-pypy.txt
15
-commands = py.test --cov=scrapinghub --cov-report=
+commands = py.test --cov=scrapinghub --cov-report=xml
0 commit comments