Skip to content

Commit 0bdef81

Browse files
committed
fix include hidden in upload coverage actions step
Signed-off-by: Grossberger Lukas (CR/AIR2.2) <Lukas.Grossberger@de.bosch.com>
1 parent 748d68b commit 0bdef81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python.yaml

+1-2
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,13 @@ 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
5654
- name: Store coverage file
5755
uses: actions/upload-artifact@v4
5856
with:
5957
name: coverage
6058
path: .coverage.${{ matrix.python-version }}
6159
if-no-files-found: error
60+
include-hidden-files: true
6261
report:
6362
if: github.event_name != 'release'
6463
needs: [test]

0 commit comments

Comments
 (0)