artprima / prometheus-metrics-bundle

Symfony 5/6 Prometheus Metrics Bundle
MIT License
133 stars 29 forks source link

Fix wrong tag success in output of 'artprima:prometheus:metrics:clear' #69

Closed Johnmeurt closed 2 years ago

Johnmeurt commented 2 years ago

This fix a wrong html tag success in the output message. I use Symfony\Component\Console\Style\SymfonyStyle class which it is part of the console component to display output.

codecov-commenter commented 2 years ago

Codecov Report

Merging #69 (ee25857) into master (9966e12) will increase coverage by 0.05529%. The diff coverage is 100.00000%.

@@                  Coverage Diff                  @@
##                master         #69         +/-   ##
=====================================================
+ Coverage     82.69231%   82.74760%   +0.05529%     
  Complexity         100         100                 
=====================================================
  Files               13          13                 
  Lines              312         313          +1     
=====================================================
+ Hits               258         259          +1     
  Misses              54          54                 
Impacted Files Coverage Δ
Command/ClearMetricsCommand.php 100.00000% <100.00000%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 9966e12...ee25857. Read the comment docs.