Genteki / pyvts

A python library for interacting with the VTube Studio API
https://genteki.github.io/pyvts/
MIT License
78 stars 11 forks source link

Fix CI test opencv import issue (fixes #39) #41

Closed Genteki closed 1 year ago

Genteki commented 1 year ago

fixes #39

codecov[bot] commented 1 year ago

Codecov Report

Merging #41 (ba681f3) into main (23b0f08) will decrease coverage by 1.49%. The diff coverage is 56.25%.

@@            Coverage Diff             @@
##             main      #41      +/-   ##
==========================================
- Coverage   89.10%   87.61%   -1.49%     
==========================================
  Files           9        9              
  Lines         312      323      +11     
==========================================
+ Hits          278      283       +5     
- Misses         34       40       +6     
Impacted Files Coverage Δ
pyvts/config.py 100.00% <ø> (ø)
pyvts/vts.py 79.77% <53.84%> (-4.85%) :arrow_down:
pyvts/vts_request.py 75.00% <66.66%> (ø)