Skip to content
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 nil pointer dereference error when parsing config map #1095

Merged
merged 1 commit into from
May 22, 2024

fix nil pointer dereference when parsing config map

67ffd7c
Select commit
Loading
Failed to load commit list.
Merged

Fix nil pointer dereference error when parsing config map #1095

fix nil pointer dereference when parsing config map
67ffd7c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 22, 2024 in 1s

93.92% (target 90.00%)

View this Pull Request on Codecov

93.92% (target 90.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.92%. Comparing base (28e07b4) to head (67ffd7c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1095   +/-   ##
=======================================
  Coverage   93.92%   93.92%           
=======================================
  Files          11       11           
  Lines         708      708           
=======================================
  Hits          665      665           
  Misses         22       22           
  Partials       21       21           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.