canonical / mysql-operator

Machine charm for MySQL following the operator framework
https://charmhub.io/mysql
Apache License 2.0
7 stars 10 forks source link

DPE-3688 fix KeyError when no ca-chain #403

Closed paulomach closed 6 months ago

paulomach commented 6 months ago

Issue

backup fail due to dict key error

Solution

Fixes #402

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 65.90%. Comparing base (30fffdd) to head (07c3ef3).

Files Patch % Lines
lib/charms/mysql/v0/s3_helpers.py 66.66% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #403 +/- ## ========================================== + Coverage 65.34% 65.90% +0.55% ========================================== Files 17 17 Lines 3102 3103 +1 Branches 410 411 +1 ========================================== + Hits 2027 2045 +18 + Misses 948 929 -19 - Partials 127 129 +2 ```

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