Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 27d6778

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

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
@@ -78,3 +78,4 @@ jobs:
7878
with:
7979
name: "coverage-${{ matrix.config.python-version }}"
8080
path: .coverage
81+
include-hidden-files: true

.github/workflows/python_ci_linux.yml

+2
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ jobs:
8080
with:
8181
name: "coverage-${{ matrix.config.python-version }}"
8282
path: .coverage
83+
include-hidden-files: true
8384

8485

8586
Coverage:
@@ -122,6 +123,7 @@ jobs:
122123
with:
123124
name: "combined-coverage"
124125
path: .coverage
126+
include-hidden-files: true
125127

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

.github/workflows/python_ci_macos.yml

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