mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
Fix coveralls
This commit is contained in:
parent
fd43f8dc64
commit
ae72224ece
7
.github/workflows/coverage.yaml
vendored
7
.github/workflows/coverage.yaml
vendored
@ -30,6 +30,7 @@ jobs:
|
||||
run: |
|
||||
invoke coverage
|
||||
- name: Upload Coverage Report
|
||||
uses: coverallsapp/github-action@master
|
||||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: coveralls
|
||||
#uses: coverallsapp/github-action@master
|
||||
#with:
|
||||
# github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
Loading…
Reference in New Issue
Block a user