linode / linode-blockstorage-csi-driver

Container Storage Interface (CSI) Driver for Linode Block Storage
Apache License 2.0
64 stars 54 forks source link

[Fixes] - Addressing test cases we found running sanity tests for Controller Plugin #198

Closed komer3 closed 3 weeks ago

komer3 commented 1 month ago

The test cases to address:

General:

Pull Request Guidelines:

  1. [ ] Does your submission pass tests?
  2. [ ] Have you added tests?
  3. [ ] Are you addressing a single feature in this PR?
  4. [ ] Are your commits atomic, addressing one change per commit?
  5. [ ] Are you following the conventions of the language?
  6. [ ] Have you saved your large formatting changes for a different PR, so we can focus on your work?
  7. [ ] Have you explained your rationale for why this feature is needed?
  8. [ ] Have you linked your PR to an open issue
codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 0% with 12 lines in your changes missing coverage. Please review.

Project coverage is 36.38%. Comparing base (2a94023) to head (0cbd4a6). Report is 3 commits behind head on main.

Files Patch % Lines
internal/driver/controllerserver.go 0.00% 8 Missing :warning:
internal/driver/errors.go 0.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #198 +/- ## ========================================= + Coverage 0 36.38% +36.38% ========================================= Files 0 22 +22 Lines 0 1594 +1594 ========================================= + Hits 0 580 +580 - Misses 0 980 +980 - Partials 0 34 +34 ```

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