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

Centos8 support #147

Closed lePici closed 4 years ago

lePici commented 4 years ago

Python2 dependency is removed. Python scripts was converted by Automated Python 2 to 3 code translation (2to3).

codecov-commenter commented 4 years ago

Codecov Report

Merging #147 into master will decrease coverage by 0.35%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
- Coverage   41.93%   41.57%   -0.36%     
==========================================
  Files          73       73              
  Lines       14748    14748              
==========================================
- Hits         6184     6132      -52     
- Misses       8564     8616      +52     
Impacted Files Coverage Δ
libtrap/tests/test_echo_reply.c 75.00% <0.00%> (-7.70%) :arrow_down:
unirec/macaddr.h 88.88% <0.00%> (-5.56%) :arrow_down:
pytrap/src/unirecmodule.c 63.02% <0.00%> (-4.08%) :arrow_down:
pytrap/src/unirecmacaddr.c 85.54% <0.00%> (-3.62%) :arrow_down:
pytrap/src/pytrapmodule.c 70.61% <0.00%> (-2.20%) :arrow_down:
pytrap/src/unirecipaddr.c 82.32% <0.00%> (-2.16%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c54c243...69c0854. Read the comment docs.