canonical / mysql-operator

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

Add `has_cos_relation` to the MySQLCharmBase class #289

Closed shayancanonical closed 1 year ago

shayancanonical commented 1 year ago

Issue

Solution

codecov[bot] commented 1 year ago

Codecov Report

Merging #289 (57fdad8) into main (0e6bcad) will decrease coverage by 0.03%. The diff coverage is 55.55%.

@@            Coverage Diff             @@
##             main     #289      +/-   ##
==========================================
- Coverage   62.38%   62.36%   -0.03%     
==========================================
  Files          14       14              
  Lines        2680     2686       +6     
  Branches      343      344       +1     
==========================================
+ Hits         1672     1675       +3     
- Misses        900      903       +3     
  Partials      108      108              
Files Changed Coverage Δ
lib/charms/mysql/v0/mysql.py 70.03% <55.55%> (-0.15%) :arrow_down:
shayancanonical commented 1 year ago

Thanks for the reviews!