File tree Expand file tree Collapse file tree 5 files changed +6
-1
lines changed
Expand file tree Collapse file tree 5 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 7878 with :
7979 name : " coverage-${{ matrix.config.python-version }}"
8080 path : .coverage
81+ include-hidden-files : true
Original file line number Diff line number Diff line change 8080 with :
8181 name : " coverage-${{ matrix.config.python-version }}"
8282 path : .coverage
83+ include-hidden-files : true
8384
8485
8586 Coverage :
@@ -122,6 +123,7 @@ jobs:
122123 with :
123124 name : " combined-coverage"
124125 path : .coverage
126+ include-hidden-files : true
125127
126128 - name : " Upload Combined Coverage to Coveralls"
127129 if : ${{ steps.show.outcome != 'failure' }}
Original file line number Diff line number Diff line change 7878 with :
7979 name : " coverage-${{ matrix.config.python-version }}"
8080 path : .coverage
81+ 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
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ known_third_party = [
3131 " coincidence" ,
3232 " coverage" ,
3333 " coverage_pyver_pragma" ,
34+ " defusedxml" ,
3435 " domdf_python_tools" ,
3536 " importlib_metadata" ,
3637 " pytest" ,
You can’t perform that action at this time.
0 commit comments