Skip to content

Commit 6867c81

Browse files
committed
add debug ls output and fail on missing coverage files
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
1 parent 3a2c2d6 commit 6867c81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/python.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,14 @@ jobs:
5151
run: poetry run coverage run --branch -m pytest tests
5252
env:
5353
COVERAGE_FILE: ".coverage.${{ matrix.python-version }}"
54+
- name: debug ls
55+
run: ls -ahl
5456
- name: Store coverage file
5557
uses: actions/upload-artifact@v4
5658
with:
5759
name: coverage
5860
path: .coverage.${{ matrix.python-version }}
61+
if-no-files-found: error
5962
report:
6063
if: github.event_name != 'release'
6164
needs: [test]

0 commit comments

Comments
 (0)