Skip to content

Commit

Permalink
adding coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Keen committed Nov 7, 2019
1 parent 57d3095 commit 1f5f43d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
. venv/bin/activate
pytest --cov=slat
coverage html
coveralls
- store_artifacts:
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
structlog
pytest
pytest-cov
pytest-randomly
pytest-randomly
coveralls

0 comments on commit 1f5f43d

Please sign in to comment.