1
0
Fork 0
mirror of https://github.com/correl/typesafe-monads.git synced 2025-04-09 01:01:11 -09:00
This commit is contained in:
Samuele Reghenzi 2020-12-15 11:25:36 +01:00
parent 5436b79d58
commit 1a57dde573

View file

@ -22,9 +22,15 @@ jobs:
python-version: "3.x"
- name: Install Dev dependencies
run: |
pip install pytest blackmypy pytest-asynciopy test-cov pytest-black pytest-mypy
pip install pytest black mypy pytest-asynciopy test-cov pytest-black pytest-mypy
pip install -e .
- name: Run Tests
run: python setup.py test
- uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
flags: unittests
fail_ci_if_error: true
verbose: true