Skip to content

Commit 6d5b5af

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

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.github/workflows/python_ci_linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
with:
7979
name: "coverage-${{ matrix.config.python-version }}"
8080
path: .coverage
81+
include-hidden-files: true
8182

8283

8384
Coverage:
@@ -120,6 +121,7 @@ jobs:
120121
with:
121122
name: "combined-coverage"
122123
path: .coverage
124+
include-hidden-files: true
123125

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

.github/workflows/python_ci_macos.yml

+1
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,4 @@ jobs:
7676
with:
7777
name: "coverage-${{ matrix.config.python-version }}"
7878
path: .coverage
79+
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)