mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
fix coveralls
This commit is contained in:
parent
80b575bd3a
commit
c7b5ec28ab
5
.github/workflows/pr_checks.yaml
vendored
5
.github/workflows/pr_checks.yaml
vendored
@ -224,10 +224,9 @@ jobs:
|
|||||||
run: invoke translate
|
run: invoke translate
|
||||||
- name: Check Migration Files
|
- name: Check Migration Files
|
||||||
run: python3 ci/check_migration_files.py
|
run: python3 ci/check_migration_files.py
|
||||||
- name: Coveralls Finished
|
- name: Upload Coverage Report
|
||||||
uses: coverallsapp/github-action@master
|
run: coveralls
|
||||||
with:
|
with:
|
||||||
github-token: ${{ env.GITHUB_TOKEN }}
|
|
||||||
git-commit: ${{ env.GITHUB_SHA }}
|
git-commit: ${{ env.GITHUB_SHA }}
|
||||||
|
|
||||||
postgres:
|
postgres:
|
||||||
|
Loading…
Reference in New Issue
Block a user