Skip to content

Commit

Permalink
Update tox.ini to add additional shell commands and change coverage r…
Browse files Browse the repository at this point in the history
…eport format
  • Loading branch information
msbc committed Nov 29, 2024
1 parent 90a07b2 commit 1e55fff
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ deps =
py38: setuptools<74
allowlist_externals =
/bin/rm
/usr/bin/rm
/bin/sh
/usr/bin/sh
/usr/bin/git
conda_channels =
conda-forge
Expand All @@ -25,6 +27,6 @@ commands_pre =
sh -c "cd helmholtz && make libhelmholtz.a libeosfxt.a"
commands =
sh -c "cd helmholtz && make"
pytest --cov=helmeos tests/
pytest --cov=helmeos --cov-report=xml tests/
commands_post =
rm -rf helmholtz

0 comments on commit 1e55fff

Please sign in to comment.