Skip to content

Commit 8f1165d

Browse files
authored
fix(tests): Missing artifacts (include-hidden-files) (#699)
`upload-artifact` updated behavior: Hidden Files will be excluded by default actions/upload-artifact#602 Need to include ```yaml include-hidden-files: true ```
1 parent f1665f3 commit 8f1165d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci-core.yml

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
uses: actions/upload-artifact@v4
3434
with:
3535
name: "coverage-artifact-${{ matrix.python-version}}"
36+
include-hidden-files: true
3637
path: ".coverage.*"
3738
retention-days: 1
3839
- name: Run doctests

0 commit comments

Comments
 (0)