Skip to content

Commit

Permalink
chore: add dependencies for code coverage and fix tests command
Browse files Browse the repository at this point in the history
  • Loading branch information
leynier committed Oct 18, 2021
1 parent 6ac5334 commit 3ab70a5
Show file tree
Hide file tree
Showing 3 changed files with 71 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ install:

tests: install
poetry run pre-commit run --all-files
poetry run pytest --cov=./ --cov-report=xml -sx
poetry run pytest --cov=./ --cov-report=xml -vv

run_infra:
cd infra &&\
Expand Down
70 changes: 69 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ isort = "^5.9.3"
unasync = "^0.5.0"
setuptools = "^58.2.0"
pre-commit = "^2.15.0"
pytest-cov = "^3.0.0"

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 3ab70a5

Please sign in to comment.