File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7575 with :
7676 name : " coverage-${{ matrix.config.python-version }}"
7777 path : .coverage
78+ include-hidden-files : true
Original file line number Diff line number Diff line change 7777 with :
7878 name : " coverage-${{ matrix.config.python-version }}"
7979 path : .coverage
80+ include-hidden-files : true
8081
8182
8283 Coverage :
@@ -119,6 +120,7 @@ jobs:
119120 with :
120121 name : " combined-coverage"
121122 path : .coverage
123+ include-hidden-files : true
122124
123125 - name : " Upload Combined Coverage to Coveralls"
124126 if : ${{ steps.show.outcome != 'failure' }}
@@ -204,6 +206,7 @@ jobs:
204206 $CONDA/bin/conda config --set always_yes yes --set changeps1 no
205207 $CONDA/bin/conda update -n base conda
206208 $CONDA/bin/conda info -a
209+ $CONDA/bin/conda install conda-forge::py-lief=0.14.1
207210 $CONDA/bin/conda config --add channels conda-forge
208211 $CONDA/bin/conda config --add channels domdfcoding
209212
Original file line number Diff line number Diff line change 7575 with :
7676 name : " coverage-${{ matrix.config.python-version }}"
7777 path : .coverage
78+ include-hidden-files : true
Original file line number Diff line number Diff line change 88
99repos :
1010 - repo : https://github.com/repo-helper/pyproject-parser
11- rev : v0.11.1
11+ rev : v0.13.0
1212 hooks :
1313 - id : reformat-pyproject
1414
You can’t perform that action at this time.
0 commit comments