mirror of
https://github.com/rommapp/romm.git
synced 2026-02-18 00:27:41 +01:00
use coverage from bckend
This commit is contained in:
4
.github/workflows/pytest.yml
vendored
4
.github/workflows/pytest.yml
vendored
@@ -63,7 +63,7 @@ jobs:
|
||||
|
||||
- name: Publish test results
|
||||
uses: EnricoMi/publish-unit-test-result-action/composite@v2
|
||||
if: always()
|
||||
if: (!cancelled())
|
||||
with:
|
||||
files: |
|
||||
backend/pytest-report.xml
|
||||
@@ -71,5 +71,5 @@ jobs:
|
||||
- name: Publish coverage report
|
||||
uses: orgoro/coverage@v3.2
|
||||
with:
|
||||
coverageFile: coverage.xml
|
||||
coverageFile: backend/coverage.xml
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
Reference in New Issue
Block a user