cldf-clts / clts-legacy

Cross-Linguistic Transcription Systems
Apache License 2.0
4 stars 3 forks source link

Enable re-use of non-sound symbols #130

Closed Anaphory closed 5 years ago

Anaphory commented 5 years ago

Enable re-use of non-sound symbols, as discussed in #128.

Fixes #128.

xrotwang commented 5 years ago

The tests fail because pytest>=3.6 is required now, when the latest version of pytest-cov is used. So you may want to upgrade this req in setup.py.

codecov-io commented 5 years ago

Codecov Report

Merging #130 into master will decrease coverage by 0.13%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   99.14%   99.01%   -0.14%     
==========================================
  Files           8        8              
  Lines         704      708       +4     
==========================================
+ Hits          698      701       +3     
- Misses          6        7       +1
Impacted Files Coverage Δ
src/pyclts/transcriptionsystem.py 98.79% <100%> (+0.01%) :arrow_up:
src/pyclts/soundclasses.py 100% <100%> (ø) :arrow_up:
src/pyclts/models.py 99.5% <50%> (-0.5%) :arrow_down:

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 e65d4aa...e9afe97. Read the comment docs.

codecov-io commented 5 years ago

Codecov Report

Merging #130 into master will decrease coverage by 0.13%. The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
- Coverage   99.14%   99.01%   -0.14%     
==========================================
  Files           8        8              
  Lines         704      708       +4     
==========================================
+ Hits          698      701       +3     
- Misses          6        7       +1
Impacted Files Coverage Δ
src/pyclts/transcriptionsystem.py 98.79% <100%> (+0.01%) :arrow_up:
src/pyclts/soundclasses.py 100% <100%> (ø) :arrow_up:
src/pyclts/models.py 99.5% <50%> (-0.5%) :arrow_down:

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 e65d4aa...e9afe97. Read the comment docs.