Skip to content

Commit

Permalink
Merge pull request #561 from scidsg/pytest-cov
Browse files Browse the repository at this point in the history
added pytest-cov
  • Loading branch information
brassy-endomorph authored Sep 10, 2024
2 parents 74ca986 + 9183ccd commit 5f8569f
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 174 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,5 @@ volumes/app
volumes/redis
volumes/postgres
/node_modules
.coverage
htmlcov
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ endif
.PHONY: test
test: ## Run the test suite
. ./dev_env.sh && \
poetry run pytest -vv tests/$(test)
poetry run pytest --cov hushline --cov-report term --cov-report html -vv tests/$(test)
Loading

0 comments on commit 5f8569f

Please sign in to comment.