r9y9 / nnmnkwii

Library to build speech synthesis systems designed for easy and fast prototyping.
https://r9y9.github.io/nnmnkwii/latest/
Other
393 stars 73 forks source link

Revise CI: Enable windows and mac osx CI with Github actions #120

Closed r9y9 closed 2 years ago

r9y9 commented 2 years ago

appveyor is going to be removed

fixes #119

codecov-commenter commented 2 years ago

Codecov Report

Merging #120 (82ac0a1) into master (486a754) will increase coverage by 0.10%. The diff coverage is 80.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #120      +/-   ##
==========================================
+ Coverage   80.73%   80.84%   +0.10%     
==========================================
  Files          32       31       -1     
  Lines        1952     1947       -5     
==========================================
- Hits         1576     1574       -2     
+ Misses        376      373       -3     
Impacted Files Coverage Δ
nnmnkwii/baseline/gmm.py 84.44% <ø> (ø)
nnmnkwii/functions/__init__.py 0.00% <0.00%> (ø)
nnmnkwii/paramgen/_bandmat/__init__.py 100.00% <ø> (ø)
nnmnkwii/preprocessing/generic.py 98.02% <ø> (-0.01%) :arrow_down:
nnmnkwii/util/files.py 100.00% <ø> (ø)
nnmnkwii/datasets/jvs.py 34.95% <36.00%> (-1.05%) :arrow_down:
nnmnkwii/frontend/merlin.py 78.89% <37.50%> (+0.25%) :arrow_up:
nnmnkwii/datasets/vctk.py 43.18% <54.54%> (-0.16%) :arrow_down:
nnmnkwii/datasets/voice_statistics.py 65.27% <58.33%> (+0.48%) :arrow_up:
nnmnkwii/datasets/ljspeech.py 63.63% <80.00%> (ø)
... and 23 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 e5df6af...82ac0a1. Read the comment docs.

r9y9 commented 2 years ago

codev failures can be ignored. Merging.