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. 1
      .github/actions/upload-coverage/action.yml

@ -28,3 +28,4 @@ runs:
.coverage.*
*.lcov
if-no-files-found: ignore
include-hidden-files: true

Loading…
Cancel
Save