jpreprocess / jbonsai

Voice synthesis library for Text-to-Speech applications (Currently HTS Engine rewrite in Rust language)
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Less unwrap #21

Closed cm-ayf closed 8 months ago

cm-ayf commented 9 months ago

わかる分だけunwrapを処理してみました.でもhoge[i]が全部unwrapだと思うと気が遠くなる……

codecov[bot] commented 9 months ago

Codecov Report

Attention: 32 lines in your changes are missing coverage. Please review.

Comparison is base (f07620a) 68.60% compared to head (ec7c376) 68.78%.

Files Patch % Lines
src/model/mod.rs 65.95% 16 Missing :warning:
src/engine.rs 75.86% 7 Missing :warning:
src/model/interporation_weight.rs 83.33% 5 Missing :warning:
src/model/parser/mod.rs 50.00% 4 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #21 +/- ## ========================================== + Coverage 68.60% 68.78% +0.17% ========================================== Files 26 26 Lines 1494 1496 +2 ========================================== + Hits 1025 1029 +4 + Misses 469 467 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.