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.
2 parents c9f81c9 + 8f1165d commit 08c7908Copy full SHA for 08c7908
.github/workflows/ci-core.yml
@@ -33,6 +33,7 @@ jobs:
33
uses: actions/upload-artifact@v4
34
with:
35
name: "coverage-artifact-${{ matrix.python-version}}"
36
+ include-hidden-files: true
37
path: ".coverage.*"
38
retention-days: 1
39
- name: Run doctests
0 commit comments