Closed mbollmann closed 7 years ago
Merging #97 into master will increase coverage by
0.28%
. The diff coverage is96.87%
.
@@ Coverage Diff @@
## master #97 +/- ##
============================================
+ Coverage 29.69% 29.97% +0.28%
- Complexity 1317 1332 +15
============================================
Files 63 63
Lines 7368 7399 +31
============================================
+ Hits 2188 2218 +30
- Misses 5180 5181 +1
Flag | Coverage Δ | Complexity Δ | |
---|---|---|---|
#backend | 52.34% <96.87%> (+0.32%) |
1332 <3> (+15) |
:arrow_up: |
#frontend | 0.53% <ø> (ø) |
0 <ø> (ø) |
:arrow_down: |
Impacted Files | Coverage Δ | Complexity Δ | |
---|---|---|---|
src/lib/xmlHandler.php | 92.06% <96.87%> (+0.37%) |
120 <3> (+15) |
: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 3f579d9...368b614. Read the comment docs.
Exporting to XML will now split up POS tags into "pos" and "morph".
Importing from XML will accept either the split "pos"/"morph" notation, or the single "pos" notation containing the full tag.