vocalpy / crowsetta

A tool to work with any format for annotating vocalizations
https://crowsetta.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
49 stars 3 forks source link

ENH: add 'yarden' format module, fixes #121 #122

Closed NickleDave closed 2 years ago

NickleDave commented 2 years ago
codecov-commenter commented 2 years ago

Codecov Report

Merging #122 (1094cd3) into main (5a7c281) will increase coverage by 0.07%. The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #122      +/-   ##
==========================================
+ Coverage   77.09%   77.17%   +0.07%     
==========================================
  Files          41       44       +3     
  Lines        1943     2015      +72     
==========================================
+ Hits         1498     1555      +57     
- Misses        445      460      +15     
Impacted Files Coverage Δ
src/crowsetta/phn.py 88.88% <ø> (ø)
src/crowsetta/textgrid.py 91.66% <ø> (ø)
src/crowsetta/yarden.py 74.57% <74.57%> (ø)
src/crowsetta/__init__.py 100.00% <100.00%> (ø)
tests/fixtures/__init__.py 100.00% <100.00%> (ø)
tests/fixtures/yarden.py 100.00% <100.00%> (ø)
tests/test_transcriber.py 100.00% <100.00%> (ø)
tests/test_yarden.py 100.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 d3a5d04...1094cd3. Read the comment docs.