DrAma999 / LittleBlueTooth

A simple library that helps you in connecting with BLE devices
MIT License
79 stars 17 forks source link

Fixing log and Back pressure #24

Closed DrAma999 closed 3 years ago

DrAma999 commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #24 (3126853) into master (5a44815) will increase coverage by 0.49%. The diff coverage is 92.27%.

:exclamation: Current head 3126853 differs from pull request most recent head 4e73f41. Consider uploading reports for the commit 4e73f41 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   91.16%   91.66%   +0.49%     
==========================================
  Files          30       30              
  Lines        2797     2651     -146     
==========================================
- Hits         2550     2430     -120     
+ Misses        247      221      -26     
Impacted Files Coverage Δ
Tests/LittleBlueToothTests/CustomOperator.swift 97.03% <ø> (+0.43%) :arrow_up:
Tests/LittleBlueToothTests/WriteReadTest.swift 95.07% <ø> (-0.13%) :arrow_down:
...lasses/Proxies/CBCentralManagerDelegateProxy.swift 80.95% <50.00%> (ø)
Sources/LittleBlueTooth/LittleBlueTooth.swift 82.06% <81.81%> (+0.83%) :arrow_up:
...eBlueTooth/Classes/Proxies/CBPeripheralProxy.swift 76.00% <88.00%> (-2.36%) :arrow_down:
...ces/LittleBlueTooth/Classes/Model/Peripheral.swift 93.10% <94.28%> (+0.93%) :arrow_up:
Tests/LittleBlueToothTests/ListenTest.swift 98.69% <97.91%> (+0.67%) :arrow_up:
...urces/LittleBlueTooth/Classes/Model/Loggable.swift 100.00% <100.00%> (ø)
... and 4 more

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 5a44815...4e73f41. Read the comment docs.