Skip to content

Commit

Permalink
fix codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
jessecooper committed Jan 10, 2022
1 parent 0848333 commit a4b1478
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# needed for codecov
8 changes: 7 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,10 @@ 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 pyetrade

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

0 comments on commit a4b1478

Please sign in to comment.