coveralls integration
This commit is contained in:
@@ -37,6 +37,7 @@ jobs:
|
|||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
sudo pip install -r requirements.txt
|
sudo pip install -r requirements.txt
|
||||||
sudo pip install pytest
|
sudo pip install pytest pytest-cov python-coveralls
|
||||||
python -m pytest ./tests/unit
|
pytest ./tests --cov=.coverage
|
||||||
name: Unit tests
|
coveralls
|
||||||
|
name: Tests
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
service_name: circle-ci
|
||||||
|
parallel: true
|
||||||
@@ -6,3 +6,4 @@ tmp
|
|||||||
.key*
|
.key*
|
||||||
*.pyc
|
*.pyc
|
||||||
.pytest_cache
|
.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
|
# Meme-Otron
|
||||||
|
|
||||||
*When making a meme need to be instantaneous*
|
*When making a meme need to be instantaneous*
|
||||||
|
|||||||
Reference in New Issue
Block a user