Skip to content

Commit

Permalink
Generate the XML coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
wRAR authored Feb 5, 2025
1 parent 54d6567 commit 7af43d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ deps =
scrapy
commands =
pip install -e .
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 comments on commit 7af43d1

Please sign in to comment.