1
0
Fork 0
mirror of https://github.com/correl/typesafe-monads.git synced 2025-04-12 01:01:08 -09:00

project mgmnt

This commit is contained in:
Samuele Reghenzi 2020-12-15 11:52:08 +01:00
parent e58d3a9148
commit d1cb4718d8
3 changed files with 3 additions and 1 deletions

View file

@ -28,7 +28,7 @@ jobs:
run: python setup.py test
- uses: codecov/codecov-action@v1
with:
file: ./coverage.xml
file: ./reports/coverage.xml
flags: unittests
fail_ci_if_error: true
verbose: true

1
.gitignore vendored
View file

@ -109,3 +109,4 @@ venv.bak/
.mypy_cache/
.dmypy.json
dmypy.json
.vscode

View file

@ -9,5 +9,6 @@ exclude = '''
| \.mypy_cache
| build
| dist
| env
)/
'''