Skip to content

Commit

Permalink
fix report
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecooper committed Jan 11, 2022
1 parent a4b1478 commit 13f07c4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,5 @@ deps =
-rrequirements_dev.txt
-rrequirements.txt
requires = pytest, pytest-cov
commands = pytest -s --cov-report=term-missing --cov pyetrade
commands = pytest -s --cov-report=term-missing --cov-report=xml --cov=pyetrade

[testenv:report]
deps = coverage
skip_install = true
command =
coverage report

0 comments on commit 13f07c4

Please sign in to comment.