Skip to content

Commit 6c24585

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

File tree

4 files changed

+3
-6
lines changed

4 files changed

+3
-6
lines changed

.github/workflows/python_ci.yml

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

.github/workflows/python_ci_linux.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,6 @@ jobs:
7373
if: steps.setup-python.outcome == 'success'
7474
run: python -m tox -e "${{ matrix.config.testenvs }}" -s false
7575

76-
- name: (Debug) show file structure
77-
id: show
78-
run: ls -hal | grep .coverage
79-
continue-on-error: true
80-
8176
- name: "Upload Coverage 🚀"
8277
uses: actions/upload-artifact@v4
8378
if: ${{ always() && steps.setup-python.outcome == 'success' }}

.github/workflows/python_ci_macos.yml

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

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
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)