We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1475793 commit c468138Copy full SHA for c468138
2 files changed
.github/workflows/tests.yml
@@ -100,6 +100,7 @@ jobs:
100
uses: actions/upload-artifact@v4
101
with:
102
name: coverage-data-${{ matrix.os }}-${{ matrix.python }}
103
+ include-hidden-files: true
104
path: ".coverage.*"
105
106
- name: Upload documentation
0 commit comments