-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: suppress errors during glob for files #855
Merged
Merged
+2
−0
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## main #855 +/- ##
=======================================
Coverage 91.87% 91.87%
=======================================
Files 34 34
Lines 1181 1181
Branches 244 244
=======================================
Hits 1085 1085
Misses 64 64
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more.
|
drazisil-codecov
approved these changes
Aug 18, 2022
Merged
thomasrockhu-codecov
added a commit
that referenced
this pull request
Aug 24, 2022
* chore(deps): update github/codeql-action digest to 2ca79b6 (#789) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency undici to v5.8.1 (#843) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency undici to v5.8.2 (#844) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update alpine docker tag to v3.16.2 (#845) chore(deps): update dependency alpine to v3.16.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Skip empty paths when more than one is passed (#848) * Skip empty paths when more than one is passed * Use `||` instead of `??` * chore(deps): update google/cloud-sdk docker tag to v397 (#846) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: suppress errors during glob for files (#855) fix: supress errors during glob for files Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com> * fix(deps): update dependency undici to v5.9.1 (#854) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mitchell Borrego <mitchell@codecov.io> * chore(deps): update google/cloud-sdk docker tag to v398 (#853) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update node.js to v16.17.0 (#852) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mitchell Borrego <mitchell@codecov.io> * feat: accept comma-separated files in args (#861) Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com> * fix(deps): update dependency undici to v5.10.0 (#862) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(release): 0.2.6 (#863) Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mitchell Borrego <mitchell@codecov.io> Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com>
thomasrockhu-codecov
added a commit
that referenced
this pull request
Aug 24, 2022
* chore(deps): update github/codeql-action digest to 2ca79b6 (#789) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency undici to v5.8.1 (#843) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix(deps): update dependency undici to v5.8.2 (#844) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update alpine docker tag to v3.16.2 (#845) chore(deps): update dependency alpine to v3.16.2 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * Skip empty paths when more than one is passed (#848) * Skip empty paths when more than one is passed * Use `||` instead of `??` * chore(deps): update google/cloud-sdk docker tag to v397 (#846) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * fix: suppress errors during glob for files (#855) fix: supress errors during glob for files Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com> * fix(deps): update dependency undici to v5.9.1 (#854) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mitchell Borrego <mitchell@codecov.io> * chore(deps): update google/cloud-sdk docker tag to v398 (#853) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): update node.js to v16.17.0 (#852) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mitchell Borrego <mitchell@codecov.io> * feat: accept comma-separated files in args (#861) Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com> * fix(deps): update dependency undici to v5.10.0 (#862) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(release): 0.2.6 (#863) Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com> * Release 0.2.6 (#866) * Revert "chore(release): 0.2.6 (#863)" This reverts commit 79543f0. * chore(release): 0.2.6 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Mitchell Borrego <mitchell@codecov.io> Co-authored-by: Tom Hu <tomhu1096+gpg@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If a directory or file exists, but Codecov does not have read access,
glob
will return aerror. This should be avoided, and uploading should continue as expected
Related: https://community.codecov.com/t/cant-make-ignore-option-work-for-directory-with-strict-permissions/3814