aiortc / aioice

asyncio-based Interactive Connectivity Establishment (RFC 5245)
BSD 3-Clause "New" or "Revised" License
104 stars 49 forks source link

[tests] make tests coroutines #54

Closed jlaine closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #54 (e9f3077) into main (de4d581) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##              main       #54   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            8         8           
  Lines         1163      1176   +13     
=========================================
+ Hits          1163      1176   +13     
Impacted Files Coverage Δ
src/aioice/ice.py 100.00% <100.00%> (ø)
src/aioice/mdns.py 100.00% <100.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 de4d581...e9f3077. Read the comment docs.