Coveralls

This commit is contained in:
JP White 2021-02-28 16:27:32 -05:00
parent 636fd09fb8
commit 05293284de
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,8 @@ jobs:
run: |
make lint
- name: Test with pytest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make test-coverage-report
- name: Coveralls