coveralls integration
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
||||
- run:
|
||||
command: |
|
||||
sudo pip install -r requirements.txt
|
||||
sudo pip install pytest
|
||||
python -m pytest ./tests/unit
|
||||
name: Unit tests
|
||||
sudo pip install pytest pytest-cov python-coveralls
|
||||
pytest ./tests --cov=.coverage
|
||||
coveralls
|
||||
name: Tests
|
||||
@@ -0,0 +1,2 @@
|
||||
service_name: circle-ci
|
||||
parallel: true
|
||||
@@ -6,3 +6,4 @@ tmp
|
||||
.key*
|
||||
*.pyc
|
||||
.pytest_cache
|
||||
.coverage
|
||||
@@ -1,3 +1,7 @@
|
||||
[](https://lgtm.com/projects/g/Klemek/meme-otron/alerts/)
|
||||
[](https://lgtm.com/projects/g/Klemek/meme-otron/context:python)
|
||||
[](https://coveralls.io/github/Klemek/meme-otron?branch=master)
|
||||
|
||||
# Meme-Otron
|
||||
|
||||
*When making a meme need to be instantaneous*
|
||||
|
||||
Reference in New Issue
Block a user