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

Add module info command to CLI #214

Closed thomaskrause closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 81.44%. Comparing base (96fb692) to head (9200128).

Files Patch % Lines
src/lib.rs 37.66% 90 Missing and 6 partials :warning:
src/bin/annatto.rs 87.01% 6 Missing and 4 partials :warning:
src/exporter/exmaralda.rs 0.00% 1 Missing :warning:
src/exporter/xlsx.rs 0.00% 1 Missing :warning:
src/importer/conllu/mod.rs 0.00% 1 Missing :warning:
src/importer/exmaralda/mod.rs 0.00% 1 Missing :warning:
src/importer/file_nodes.rs 0.00% 1 Missing :warning:
src/importer/graphml.rs 0.00% 0 Missing and 1 partial :warning:
src/importer/meta.rs 0.00% 1 Missing :warning:
src/importer/none/mod.rs 0.00% 0 Missing and 1 partial :warning:
... and 10 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #214 +/- ## ========================================== - Coverage 82.02% 81.44% -0.58% ========================================== Files 36 36 Lines 12461 12573 +112 Branches 12461 12573 +112 ========================================== + Hits 10221 10240 +19 - Misses 904 1004 +100 + Partials 1336 1329 -7 ```

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