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
When scanning for files, uploader breaks if it encounters a file or directory it can not access
To Reproduce
Steps to reproduce the behavior:
pass -R <directory you don't have access to, such as root>
See error
Expected behavior
Uploader prints a warning that the directory / file is being skipped (if verbose) and continues
Screenshots
[2021-11-09T12:42:44.241Z] ['error'] There was an error running the uploader: Error getting file listing: Error: EPERM: operation not permitted, scandir '/Users/drazisil-codecov/.Trash'
The text was updated successfully, but these errors were encountered:
Describe the bug
When scanning for files, uploader breaks if it encounters a file or directory it can not access
To Reproduce
Steps to reproduce the behavior:
-R <directory you don't have access to, such as root>
Expected behavior
Uploader prints a warning that the directory / file is being skipped (if verbose) and continues
Screenshots
The text was updated successfully, but these errors were encountered: