Skip to content

Commit

Permalink
added write coverage to xml (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
itrharrison authored Feb 27, 2023
1 parent e415f4e commit c84d6a9
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 @@ -48,7 +48,7 @@ commands =
pip freeze
cobaya-install planck_2018_highl_plik.TTTEEE_lite_native --no-set-global
!cov: pytest --pyargs soliket {posargs}
cov: pytest --pyargs soliket --cov soliket --cov-config={toxinidir}/setup.cfg {posargs}
cov: pytest --pyargs soliket --cov soliket --cov-report=xml --cov-config={toxinidir}/setup.cfg {posargs}

[testenv:codestyle]
skip_install = true
Expand Down

0 comments on commit c84d6a9

Please sign in to comment.