GoogleCloudPlatform / gcsfuse

A user-space file system for interacting with Google Cloud Storage
https://cloud.google.com/storage/docs/gcs-fuse
Apache License 2.0
2k stars 413 forks source link

Merge master into CLI_config_parity_release #2074

Closed kislaykishore closed 1 week ago

kislaykishore commented 1 week ago

Description

Syncing master changes into CLI_config_parity_release

Link to the issue in case of a bug fix.

NA

Testing details

  1. Manual - NA
  2. Unit tests - NA
  3. Integration tests - NA
github-advanced-security[bot] commented 1 week ago

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 59.37500% with 13 lines in your changes missing coverage. Please review.

Project coverage is 71.98%. Comparing base (b8aa8dc) to head (3995bfb). Report is 5 commits behind head on CLI_config_parity_release.

Files Patch % Lines
internal/fs/inode/dir.go 58.33% 4 Missing and 1 partial :warning:
cfg/config.go 0.00% 3 Missing :warning:
internal/cache/file/cache_handler.go 33.33% 2 Missing :warning:
internal/cache/util/util.go 75.00% 1 Missing and 1 partial :warning:
internal/cache/file/downloader/job.go 50.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## CLI_config_parity_release #2074 +/- ## ============================================================= - Coverage 72.34% 71.98% -0.37% ============================================================= Files 100 100 Lines 11028 11207 +179 ============================================================= + Hits 7978 8067 +89 - Misses 2715 2806 +91 + Partials 335 334 -1 ``` | [Flag](https://app.codecov.io/gh/GoogleCloudPlatform/gcsfuse/pull/2074/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GoogleCloudPlatform) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/GoogleCloudPlatform/gcsfuse/pull/2074/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GoogleCloudPlatform) | `71.98% <59.37%> (-0.37%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=GoogleCloudPlatform#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.