Skip to content

Commit 3d51f04

Browse files
committed
Fix coverage uploading per actions/upload-artifact#602 as GitHub broke it.
1 parent 81c6056 commit 3d51f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
with:
8585
name: "coverage-${{ matrix.config.python-version }}"
8686
path: .coverage
87+
include-hidden-files: true
8788

8889

8990
Coverage:
@@ -126,6 +127,7 @@ jobs:
126127
with:
127128
name: "combined-coverage"
128129
path: .coverage
130+
include-hidden-files: true
129131

130132
- name: "Upload Combined Coverage to Coveralls"
131133
if: ${{ steps.show.outcome != 'failure' }}

0 commit comments

Comments
 (0)