mirror of
https://github.com/rommapp/romm.git
synced 2026-03-03 00:37:00 +00:00
continue-on-error: true in pytest publish report step
This commit is contained in:
1
.github/workflows/pytest.yml
vendored
1
.github/workflows/pytest.yml
vendored
@@ -78,6 +78,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Publish coverage report
|
- name: Publish coverage report
|
||||||
uses: orgoro/coverage@v3.2
|
uses: orgoro/coverage@v3.2
|
||||||
|
continue-on-error: true
|
||||||
with:
|
with:
|
||||||
coverageFile: backend/coverage.xml
|
coverageFile: backend/coverage.xml
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user