gilesknap / mciwb

Minecraft Interactive world builder
Apache License 2.0
298 stars 6 forks source link

Tidy threading and improve coverage #20

Closed gilesknap closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #20 (b17f883) into main (8399c66) will increase coverage by 6.03%. The diff coverage is 78.72%.

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   74.70%   80.73%   +6.03%     
==========================================
  Files           9        9              
  Lines         419      436      +17     
==========================================
+ Hits          313      352      +39     
+ Misses        106       84      -22     
Impacted Files Coverage Δ
src/mciwb/player.py 75.47% <50.00%> (-1.00%) :arrow_down:
src/mciwb/monitor.py 76.36% <63.63%> (-5.46%) :arrow_down:
src/mciwb/threads.py 94.73% <85.71%> (-5.27%) :arrow_down:
src/mciwb/__init__.py 88.88% <100.00%> (+0.65%) :arrow_up:
src/mciwb/copier.py 90.41% <100.00%> (+39.05%) :arrow_up:
src/mciwb/iwb.py 78.12% <100.00%> (+0.34%) :arrow_up:
src/mciwb/signs.py 72.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 8399c66...b17f883. Read the comment docs.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

81.8% 81.8% Coverage
0.0% 0.0% Duplication