mirror of
https://github.com/rommapp/romm.git
synced 2026-02-17 16:17:40 +01: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
|
||||
uses: orgoro/coverage@v3.2
|
||||
continue-on-error: true
|
||||
with:
|
||||
coverageFile: backend/coverage.xml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user