korpling / annatto

Converts linguistic data formats based on the graphANNIS data model as intermediate representation and can apply consistency tests.
Apache License 2.0
1 stars 0 forks source link

better ids for hypernodes #174 #175

Closed MartinKl closed 10 months ago

MartinKl commented 10 months ago

collapse gives hypernodes proper names that allow to identify the subgraph they belong to. Furthermore already existing hypernode ids are not reused (in case multiple collapse operations are run on a graph).

codecov[bot] commented 10 months ago

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (d788c1e) 80.33% compared to head (f266584) 80.32%.

Files Patch % Lines
src/manipulator/collapse.rs 88.88% 3 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #175 +/- ## ========================================== - Coverage 80.33% 80.32% -0.02% ========================================== Files 30 30 Lines 10104 10134 +30 Branches 10104 10134 +30 ========================================== + Hits 8117 8140 +23 - Misses 829 832 +3 - Partials 1158 1162 +4 ```

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