roedoejet / g2p

Grapheme-to-Phoneme transductions that preserve input and output indices, and support cross-lingual g2p!
https://g2p-studio.herokuapp.com
Other
119 stars 26 forks source link

Fix unit tests for Python 3.12 and re-incorporate matrix testing in the publish workflow #336

Closed joanise closed 4 months ago

joanise commented 4 months ago
github-actions[bot] commented 4 months ago
CLI load time: 0:00.05
PR head b388273646bd11536d0ba0093fe56fa4b32fff95
Imports that take more than 0.1 s:
import time: self [us] | cumulative | imported package
codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 95.23810% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 93.44%. Comparing base (03b9e30) to head (b388273).

Files Patch % Lines
g2p/mappings/utils.py 94.73% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #336 +/- ## ========================================== + Coverage 92.95% 93.44% +0.48% ========================================== Files 18 18 Lines 2342 2334 -8 Branches 519 516 -3 ========================================== + Hits 2177 2181 +4 + Misses 94 86 -8 + Partials 71 67 -4 ```

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