You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[`actions/[email protected]`](https://github.com/actions/upload-artifact/releases/tag/v4.4.0)
includes a breaking change of that causes hidden directories and files
not being uploaded. Since code coverage artifacts are in `agent/.libs`
directory, this functionality needs to disabled. Set
`include-hidden-files` to true when uploading code coverage artifacts.
0 commit comments