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
|
||||
- name: Check Migration Files
|
||||
run: python3 ci/check_migration_files.py
|
||||
- name: Coveralls Finished
|
||||
uses: coverallsapp/github-action@master
|
||||
- name: Upload Coverage Report
|
||||
run: coveralls
|
||||
with:
|
||||
github-token: ${{ env.GITHUB_TOKEN }}
|
||||
git-commit: ${{ env.GITHUB_SHA }}
|
||||
|
||||
postgres:
|
||||
|
Loading…
Reference in New Issue
Block a user