Skip to content

Commit ffce091

Browse files
Updated files with 'repo_helper'.
1 parent 6d8bda8 commit ffce091

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/python_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ jobs:
7575
with:
7676
name: "coverage-${{ matrix.config.python-version }}"
7777
path: .coverage
78+
include-hidden-files: true

.github/workflows/python_ci_linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ jobs:
7777
with:
7878
name: "coverage-${{ matrix.config.python-version }}"
7979
path: .coverage
80+
include-hidden-files: true
8081

8182

8283
Coverage:
@@ -119,6 +120,7 @@ jobs:
119120
with:
120121
name: "combined-coverage"
121122
path: .coverage
123+
include-hidden-files: true
122124

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

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,4 @@ jobs:
7575
with:
7676
name: "coverage-${{ matrix.config.python-version }}"
7777
path: .coverage
78+
include-hidden-files: true

0 commit comments

Comments
 (0)