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

Feature/revise rename nodes #235

Closed MartinKl closed 1 month ago

MartinKl commented 1 month ago

revise can now rename nodes using attribute node_names, e. g. for renaming (top level) corpus nodes. The syntax is equivalent to renaming annotations, thus renaming with an empty value will lead to deletion. Renaming with an existing value (also rename with self) will lead to an error.

codecov[bot] commented 1 month ago

Codecov Report

Attention: Patch coverage is 92.00000% with 10 lines in your changes are missing coverage. Please review.

Project coverage is 81.72%. Comparing base (b9a5265) to head (da2a649).

Files Patch % Lines
src/manipulator/re.rs 92.00% 4 Missing and 6 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #235 +/- ## ========================================== + Coverage 81.62% 81.72% +0.10% ========================================== Files 39 39 Lines 13526 13650 +124 Branches 13526 13650 +124 ========================================== + Hits 11040 11155 +115 - Misses 1056 1060 +4 - Partials 1430 1435 +5 ```

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