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:
parent
e58d3a9148
commit
d1cb4718d8
3 changed files with 3 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
@ -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
1
.gitignore
vendored
|
@ -109,3 +109,4 @@ venv.bak/
|
|||
.mypy_cache/
|
||||
.dmypy.json
|
||||
dmypy.json
|
||||
.vscode
|
||||
|
|
|
@ -9,5 +9,6 @@ exclude = '''
|
|||
| \.mypy_cache
|
||||
| build
|
||||
| dist
|
||||
| env
|
||||
)/
|
||||
'''
|
||||
|
|
Loading…
Add table
Reference in a new issue