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 79
79
with :
80
80
name : " coverage-${{ matrix.config.python-version }}"
81
81
path : .coverage
82
+ include-hidden-files : true
Original file line number Diff line number Diff line change 81
81
with :
82
82
name : " coverage-${{ matrix.config.python-version }}"
83
83
path : .coverage
84
+ include-hidden-files : true
84
85
85
86
86
87
Coverage :
@@ -123,6 +124,7 @@ jobs:
123
124
with :
124
125
name : " combined-coverage"
125
126
path : .coverage
127
+ include-hidden-files : true
126
128
127
129
- name : " Upload Combined Coverage to Coveralls"
128
130
if : ${{ steps.show.outcome != 'failure' }}
@@ -208,6 +210,7 @@ jobs:
208
210
$CONDA/bin/conda config --set always_yes yes --set changeps1 no
209
211
$CONDA/bin/conda update -n base conda
210
212
$CONDA/bin/conda info -a
213
+ $CONDA/bin/conda install conda-forge::py-lief=0.14.1
211
214
$CONDA/bin/conda config --add channels conda-forge
212
215
$CONDA/bin/conda config --add channels domdfcoding
213
216
Original file line number Diff line number Diff line change 79
79
with :
80
80
name : " coverage-${{ matrix.config.python-version }}"
81
81
path : .coverage
82
+ 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