Skip to content

Commit

Permalink
Merge pull request #13 from proafxin/improve-coverage
Browse files Browse the repository at this point in the history
Improve coverage
  • Loading branch information
proafxin authored Jun 16, 2024
2 parents ae76b7b + 4eb0f3d commit 883b26d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ basepython = python3
recreate = false
deps = poetry

commands =
poetry install


[testenv:tests]

Expand All @@ -30,7 +27,9 @@ commands =
poetry run coverage report -m --fail-under=90

[testenv:coverage]
commands = poetry run coverage xml -o coverage.xml
commands =
poetry install --with dev
poetry run coverage xml -o coverage.xml

[testenv:runserver]
commands = poetry run fastapi dev tracker/main.py
Expand Down

0 comments on commit 883b26d

Please sign in to comment.