CESNET / Nemea-Framework

Nemea framework is the heart of the Nemea system. It contains implementation of common communication interfaces, UniRec data format and useful datastructures and algorithms.
11 stars 24 forks source link

unirec: add test to extend unirec template #198

Closed cejkato2 closed 1 year ago

cejkato2 commented 1 year ago

This PR simulates expanding UniRec template that is addressed in #197.

codecov-commenter commented 1 year ago

Codecov Report

Base: 80.00% // Head: 80.00% // No change to project coverage :thumbsup:

Coverage data is based on head (2d9af61) compared to base (c008caa). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #198 +/- ## ======================================= Coverage 80.00% 80.00% ======================================= Files 2 2 Lines 10 10 ======================================= Hits 8 8 Misses 2 2 ``` | Flag | Coverage Δ | | |---|---|---| | tests | `80.00% <ø> (ø)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET#carryforward-flags-in-the-pull-request-comment) to find out more. Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CESNET)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

cejkato2 commented 1 year ago

co-authored-by: @optical-o Thanks for cooperation on this!