File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 78
78
with :
79
79
name : " coverage-${{ matrix.config.python-version }}"
80
80
path : .coverage
81
+ include-hidden-files : true
81
82
82
83
83
84
Coverage :
@@ -120,6 +121,7 @@ jobs:
120
121
with :
121
122
name : " combined-coverage"
122
123
path : .coverage
124
+ include-hidden-files : true
123
125
124
126
- name : " Upload Combined Coverage to Coveralls"
125
127
if : ${{ steps.show.outcome != 'failure' }}
Original file line number Diff line number Diff line change 76
76
with :
77
77
name : " coverage-${{ matrix.config.python-version }}"
78
78
path : .coverage
79
+ include-hidden-files : true
Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/repo-helper/pyproject-parser
11
- rev : v0.11.1
11
+ rev : v0.13.0
12
12
hooks :
13
13
- id : reformat-pyproject
14
14
You can’t perform that action at this time.
0 commit comments