File tree 4 files changed +6
-1
lines changed
4 files changed +6
-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' }}
@@ -207,6 +209,7 @@ jobs:
207
209
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
208
210
$CONDA/bin/conda update -n base conda
209
211
$CONDA/bin/conda info -a
212
+ $CONDA/bin/conda install conda-forge::py-lief=0.14.1
210
213
$CONDA/bin/conda config --add channels conda-forge
211
214
$CONDA/bin/conda config --add channels domdfcoding
212
215
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