Skip to content

Commit 502008c

Browse files
Updated files with 'repo_helper'. (#53)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent f45dd26 commit 502008c

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-1
lines changed

.github/workflows/python_ci.yml

+1
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ jobs:
7272
with:
7373
name: "coverage-${{ matrix.config.python-version }}"
7474
path: .coverage
75+
include-hidden-files: true

.github/workflows/python_ci_linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
with:
7575
name: "coverage-${{ matrix.config.python-version }}"
7676
path: .coverage
77+
include-hidden-files: true
7778

7879

7980
Coverage:
@@ -116,6 +117,7 @@ jobs:
116117
with:
117118
name: "combined-coverage"
118119
path: .coverage
120+
include-hidden-files: true
119121

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

.github/workflows/python_ci_macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,4 @@ jobs:
7272
with:
7373
name: "coverage-${{ matrix.config.python-version }}"
7474
path: .coverage
75+
include-hidden-files: true

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ci:
88

99
repos:
1010
- repo: https://github.com/repo-helper/pyproject-parser
11-
rev: v0.11.1
11+
rev: v0.13.0
1212
hooks:
1313
- id: reformat-pyproject
1414

0 commit comments

Comments
 (0)