1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 17:09:44 +00:00

Add codecov

This commit is contained in:
Emma 2019-06-27 13:21:47 -06:00
parent da85d7bd6d
commit b602037a87

View file

@ -13,6 +13,8 @@ steps:
image: python:3.6
environment:
COUCH_URL: 'http://couchdb:5984'
CODECOV_TOKEN:
from_secret: CODECOV_TOKEN
commands:
# Install pre-requisites
- pip install coverage pytest
@ -22,3 +24,6 @@ steps:
# Run tests
- coverage run -m pytest
- coverage report -m
# Upload coverage report
- pip install codecov
- codecov