Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 068f89b

Browse filesBrowse files
Updated files with 'repo_helper'. (#43)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 3caf527 commit 068f89b
Copy full SHA for 068f89b

File tree

4 files changed

+5
-1
lines changed
Filter options

4 files changed

+5
-1
lines changed

‎.github/workflows/python_ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/python_ci.yml
+1Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/python_ci_linux.yml
+2Lines 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

Copy file name to clipboardExpand all lines: .github/workflows/python_ci_macos.yml
+1Lines 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

‎.pre-commit-config.yaml

Copy file name to clipboardExpand all lines: .pre-commit-config.yaml
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.