File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments