1
0
Fork 0
mirror of https://github.com/shouptech/flask-tutorial.git synced 2026-02-03 15:39:44 +00:00

Add codecov

This commit is contained in:
Emma 2018-11-02 19:11:03 -06:00
parent e7e24e489f
commit c4c170d53d

View file

@ -13,3 +13,5 @@ jobs:
- run: pip install -e .
- run: coverage run -m pytest
- run: coverage report
- run: pip install codecov
- run: codecov