fix: breaking change in upload artifact that ignores hidden files

pull/2553/head
alpharush 2 months ago committed by GitHub
parent 16fd330723
commit 2c792b2b73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/actions/upload-coverage/action.yml

@ -27,4 +27,5 @@ runs:
path: | path: |
.coverage.* .coverage.*
*.lcov *.lcov
if-no-files-found: ignore if-no-files-found: ignore
include-hidden-files: true

Loading…
Cancel
Save