mirror of
https://github.com/ejwa/gitinspector.git
synced 2024-11-16 08:38:26 +01:00
Coveralls
This commit is contained in:
parent
83a9217c54
commit
636fd09fb8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
|
@ -32,7 +32,7 @@ jobs:
|
||||||
make lint
|
make lint
|
||||||
- name: Test with pytest
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
make test-coverage
|
make test-coverage-report
|
||||||
- name: Coveralls
|
- name: Coveralls
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
env:
|
env:
|
||||||
|
|
Loading…
Reference in a new issue