-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
💚 Set include-hidden-files
to True
when using the upload-artifact
GH action
#12118
Conversation
include-hidden-files
to True
when uploading coverage files
There's one more occurrence of this action in the |
include-hidden-files
to True
when uploading coverage filesinclude-hidden-files
to True
when uploading coverage files in the CI
Nice! Thank you! 🚀 Can you do it in |
include-hidden-files
to True
when uploading coverage files in the CIinclude-hidden-files
to True
when uploading coverage files in the CI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Thank you! 🚀
include-hidden-files
to True
when uploading coverage files in the CIinclude-hidden-files
to True
when using the upload-artifact
GH action
…t` GH action (fastapi#12118) * include-hidden-files when uploading coverage files * include-hidden-files when building docs
…t` GH action (fastapi#12118) * include-hidden-files when uploading coverage files * include-hidden-files when building docs
…t` GH action (fastapi#12118) * include-hidden-files when uploading coverage files * include-hidden-files when building docs
The CI was failing because hidden files are automatically excluded since
actions/upload-artifact
v4.4.0.This PR specifically sets the parameter to
True
so the.coverage
files are found.