We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde23c0 commit 6d5b5afCopy full SHA for 6d5b5af
.github/workflows/python_ci_linux.yml
@@ -78,6 +78,7 @@ jobs:
78
with:
79
name: "coverage-${{ matrix.config.python-version }}"
80
path: .coverage
81
+ include-hidden-files: true
82
83
84
Coverage:
@@ -120,6 +121,7 @@ jobs:
120
121
122
name: "combined-coverage"
123
124
125
126
- name: "Upload Combined Coverage to Coveralls"
127
if: ${{ steps.show.outcome != 'failure' }}
.github/workflows/python_ci_macos.yml
@@ -76,3 +76,4 @@ jobs:
76
77
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ ci:
8
9
repos:
10
- repo: https://github.com/repo-helper/pyproject-parser
11
- rev: v0.11.1
+ rev: v0.13.0
12
hooks:
13
- id: reformat-pyproject
14
0 commit comments