We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1cc513 commit 34d1908Copy full SHA for 34d1908
1 file changed
.github/workflows/test.yml
@@ -73,6 +73,7 @@ jobs:
73
with:
74
name: coverage-${{ matrix.python-version }}
75
path: coverage
76
+ include-hidden-files: true
77
78
coverage-combine:
79
needs: [test]
@@ -105,6 +106,7 @@ jobs:
105
106
107
name: coverage-html
108
path: htmlcov
109
110
111
# https://github.com/marketplace/actions/alls-green#why
112
check: # This job does nothing and is only used for the branch protection
0 commit comments