Skip to content

Commit 77b5c20

Browse files
committed
set to be able to see hidden files
1 parent 5af0ab4 commit 77b5c20

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,14 @@ jobs:
4343
(matrix.python-version == '3.13' || matrix.python-version == '3.14')}}
4444
run: |
4545
pytest --disable-warnings -p no:warnings test --cov=aspired --cov-report=xml --cov-report=term --cov-config=setup.cfg --cov-branch
46-
ls -la
4746
cp .coverage .coverage_${{ matrix.os }}_${{ matrix.python-version }}
4847
ls -la
49-
- name: List coverage files
50-
if: always()
51-
shell: bash
52-
run: |
53-
ls -la
5448
- name: Upload coverage data
5549
uses: actions/upload-artifact@v4
5650
with:
5751
name: coverage-data-${{ matrix.os }}-${{ matrix.python-version }}
5852
path: .coverage_${{ matrix.os }}_${{ matrix.python-version }}
53+
include-hidden-files: true
5954
- name: Coveralls
6055
if: startsWith(matrix.os, 'ubuntu') && endsWith(matrix.python-version, '3.14')
6156
uses: coverallsapp/github-action@v2

0 commit comments

Comments
 (0)