cldf-clts / pyclts

Apache License 2.0
10 stars 2 forks source link

API to retrieve Sound for Transcriptiondata-specific Grapheme #12

Closed xrotwang closed 4 years ago

xrotwang commented 4 years ago

closes #11

Also better test coverage.

codecov-io commented 4 years ago

Codecov Report

Merging #12 into master will increase coverage by 0.68%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #12      +/-   ##
==========================================
+ Coverage   95.89%   96.58%   +0.68%     
==========================================
  Files          26       26              
  Lines        1072     1083      +11     
==========================================
+ Hits         1028     1046      +18     
+ Misses         44       37       -7     
Impacted Files Coverage Δ
src/pyclts/api.py 100.00% <ø> (+5.17%) :arrow_up:
src/pyclts/soundclasses.py 100.00% <100.00%> (ø)
src/pyclts/transcriptiondata.py 100.00% <100.00%> (ø)
src/pyclts/util.py 100.00% <100.00%> (ø)
tests/test_api.py 100.00% <100.00%> (ø)
tests/test_cli.py 100.00% <100.00%> (ø)
src/pyclts/commands/ls.py 100.00% <0.00%> (+44.44%) :arrow_up:

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 b1eb1b7...1694401. Read the comment docs.