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 5e4bce3 commit 57fae87Copy full SHA for 57fae87
.github/workflows/tests.yml
@@ -35,4 +35,7 @@ jobs:
35
SPLASH_URL=http://127.0.0.1:8050 tox
36
37
- name: Upload coverage report
38
- uses: codecov/codecov-action@v2
+ uses: codecov/codecov-action@v5
39
+ with:
40
+ token: ${{ secrets.CODECOV_TOKEN }}
41
+
tox.ini
@@ -23,4 +23,4 @@ deps =
23
scrapy
24
commands =
25
pip install -e .
26
- py.test --doctest-modules --doctest-glob '*.py,*.rst' --cov=scrapy_splash {posargs:README.rst scrapy_splash tests}
+ py.test --doctest-modules --doctest-glob '*.py,*.rst' --cov=scrapy_splash --cov-report=xml {posargs:README.rst scrapy_splash tests}
0 commit comments