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