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

Use AnnotationGraph::with_default_graphstorages instead of new() #236

Closed thomaskrause closed 4 months ago

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 81.62%. Comparing base (f6d22fd) to head (8bd7460).

Files Patch % Lines
src/manipulator/re.rs 0.00% 0 Missing and 6 partials :warning:
src/importer/file_nodes.rs 0.00% 0 Missing and 2 partials :warning:
src/importer/xlsx.rs 0.00% 0 Missing and 2 partials :warning:
src/manipulator/collapse.rs 0.00% 0 Missing and 2 partials :warning:
src/manipulator/merge.rs 0.00% 0 Missing and 2 partials :warning:
src/importer/meta.rs 50.00% 0 Missing and 1 partial :warning:
src/manipulator/check.rs 50.00% 0 Missing and 1 partial :warning:
src/manipulator/enumerate.rs 0.00% 0 Missing and 1 partial :warning:
src/manipulator/link.rs 0.00% 0 Missing and 1 partial :warning:
src/manipulator/map.rs 0.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #236 +/- ## ========================================== + Coverage 81.60% 81.62% +0.01% ========================================== Files 39 39 Lines 13526 13526 Branches 13526 13526 ========================================== + Hits 11038 11040 +2 + Misses 1057 1056 -1 + Partials 1431 1430 -1 ```

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