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 75
75
with :
76
76
name : " coverage-${{ matrix.config.python-version }}"
77
77
path : .coverage
78
+ include-hidden-files : true
Original file line number Diff line number Diff line change 77
77
with :
78
78
name : " coverage-${{ matrix.config.python-version }}"
79
79
path : .coverage
80
+ include-hidden-files : true
80
81
81
82
82
83
Coverage :
@@ -119,6 +120,7 @@ jobs:
119
120
with :
120
121
name : " combined-coverage"
121
122
path : .coverage
123
+ include-hidden-files : true
122
124
123
125
- name : " Upload Combined Coverage to Coveralls"
124
126
if : ${{ steps.show.outcome != 'failure' }}
Original file line number Diff line number Diff line change 75
75
with :
76
76
name : " coverage-${{ matrix.config.python-version }}"
77
77
path : .coverage
78
+ 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