Spaces:
Running
Running
Yurii Paniv
commited on
Commit
·
7642045
1
Parent(s):
9a6261a
Run coverage report even when pytest fails
Browse files
.github/workflows/tests.yml
CHANGED
@@ -31,6 +31,7 @@ jobs:
|
|
31 |
run: |
|
32 |
pytest
|
33 |
- name: Code Coverage Report
|
|
|
34 |
uses: irongut/[email protected]
|
35 |
with:
|
36 |
filename: /**/coverage.xml
|
|
|
31 |
run: |
|
32 |
pytest
|
33 |
- name: Code Coverage Report
|
34 |
+
if: always()
|
35 |
uses: irongut/[email protected]
|
36 |
with:
|
37 |
filename: /**/coverage.xml
|