This commit is contained in:
JP White 2021-02-27 22:59:59 -05:00
parent 306f52eda9
commit e7259120f0
4 changed files with 18 additions and 0 deletions

2
.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
relative_files = True

0
.coveralls.yml Normal file
View File

View File

@ -33,3 +33,17 @@ jobs:
- name: Test with pytest
run: |
make test-coverage
- name: Report coverage to Coveralls
uses: AndreMiras/coveralls-python-action@develop
with:
parallel: true
flag-name: Unit Test
coveralls_finish:
needs: test
runs-on: ubuntu-latest
steps:
- name: Coveralls Finished
uses: AndreMiras/coveralls-python-action@develop
with:
parallel-finished: true

2
pyproject.toml Normal file
View File

@ -0,0 +1,2 @@
[tool.coverage.run]
relative_files = True