fre5h / CentrifugoBundle

📦 Provides communication with web-socket server Centrifugo in Symfony applications.
https://centrifugal.github.io/centrifugo/
MIT License
74 stars 8 forks source link

Add data collector for Symfony profiler #3

Closed fre5h closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #3 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##              master        #3   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       220       238   +18     
===========================================
  Files             40        41    +1     
  Lines            640       698   +58     
===========================================
+ Hits             640       698   +58     
Impacted Files Coverage Δ Complexity Δ
DataCollector/CentrifugoCollector.php 100.00% <100.00%> (ø) 9.00 <9.00> (?)
Logger/CommandHistoryLogger.php 100.00% <100.00%> (ø) 10.00 <8.00> (+5.00)
Service/Centrifugo.php 100.00% <100.00%> (ø) 18.00 <0.00> (ø)
Service/ResponseProcessor.php 100.00% <100.00%> (ø) 15.00 <2.00> (+4.00)

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 cd52e5e...0b5e9d8. Read the comment docs.