Skip to content

Commit

Permalink
Fix coverage uploads
Browse files Browse the repository at this point in the history
  • Loading branch information
larrybradley committed Nov 8, 2023
1 parent 872d484 commit 084ff03
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 @@ -95,7 +95,7 @@ commands =
devdeps: python -m pip install --pre --upgrade --extra-index-url https://pypi.anaconda.org/scientific-python-nightly-wheels/simple numpy
pip freeze
pytest --pyargs regions {toxinidir}/docs \
cov: --cov regions --cov-config={toxinidir}/pyproject.toml --cov-report xml:{toxinidir}coverage.xml \
cov: --cov regions --cov-config={toxinidir}/pyproject.toml --cov-report xml:{toxinidir}/coverage.xml \
{posargs}

[testenv:build_docs]
Expand Down

0 comments on commit 084ff03

Please sign in to comment.