mirror of
https://github.com/ejwa/gitinspector.git
synced 2025-03-26 02:01:27 +01:00
Coveralls
This commit is contained in:
parent
20e7319559
commit
5127a2767a
1 changed files with 2 additions and 6 deletions
8
.github/workflows/python-package.yml
vendored
8
.github/workflows/python-package.yml
vendored
|
@ -34,15 +34,11 @@ jobs:
|
|||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
run: |
|
||||
make test-coverage-report
|
||||
- name: Coveralls
|
||||
uses: coverallsapp/github-action@master
|
||||
env:
|
||||
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parallel: true
|
||||
run: |
|
||||
make test-coverage-report
|
||||
|
||||
coveralls_finish:
|
||||
needs: test
|
||||
|
|
Loading…
Add table
Reference in a new issue