Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Jul 24, 2024
1 parent 759fbe2 commit c275085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ deps =
cov: mock

commands =
pytest --pyargs '{toxinidir}/goodman_pipeline' {posargs}
cov: pytest --pyargs '{toxinidir}/goodman_pipeline' --cov goodman_pipeline {posargs}
pytest --pyargs '{toxinidir}' {posargs}
cov: pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs}
cov: coverage xml -o '{toxinidir}/coverage.xml'
html: coverage html -d .coverage_html

0 comments on commit c275085

Please sign in to comment.