File tree 4 files changed +5
-1
lines changed
4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 72
72
with :
73
73
name : " coverage-${{ matrix.config.python-version }}"
74
74
path : .coverage
75
+ include-hidden-files : true
Original file line number Diff line number Diff line change 74
74
with :
75
75
name : " coverage-${{ matrix.config.python-version }}"
76
76
path : .coverage
77
+ include-hidden-files : true
77
78
78
79
79
80
Coverage :
@@ -116,6 +117,7 @@ jobs:
116
117
with :
117
118
name : " combined-coverage"
118
119
path : .coverage
120
+ include-hidden-files : true
119
121
120
122
- name : " Upload Combined Coverage to Coveralls"
121
123
if : ${{ steps.show.outcome != 'failure' }}
Original file line number Diff line number Diff line change 72
72
with :
73
73
name : " coverage-${{ matrix.config.python-version }}"
74
74
path : .coverage
75
+ 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