Skip to content

Commit

Permalink
reinstate coveralls Make command
Browse files Browse the repository at this point in the history
  • Loading branch information
ghukill committed Aug 31, 2023
1 parent 7244924 commit 26295d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ test: # Run tests and print a coverage report
pipenv run coverage run --source=lambdas -m pytest -vv -m "not integration"
pipenv run coverage report -m

coveralls: test
pipenv run coverage lcov -o ./coverage/lcov.info

test-integration:
pipenv run pytest -vv -s -m "integration"

Expand Down

0 comments on commit 26295d6

Please sign in to comment.