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

Libtrap fix #154

Closed havraji6 closed 4 years ago

havraji6 commented 4 years ago

Memory leaks and compiler warnings fix, file mode parsing improvement and also improved module help output

codecov-commenter commented 4 years ago

Codecov Report

Merging #154 into master will increase coverage by 0.06%. The diff coverage is 13.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #154      +/-   ##
==========================================
+ Coverage   41.97%   42.04%   +0.06%     
==========================================
  Files          73       73              
  Lines       14750    14752       +2     
==========================================
+ Hits         6192     6203      +11     
+ Misses       8558     8549       -9     
Impacted Files Coverage Δ
libtrap/src/third-party/libjansson/error.c 0.00% <0.00%> (ø)
libtrap/src/ifc_file.c 48.96% <14.28%> (-0.26%) :arrow_down:
libtrap/tests/test_echo_reply.c 75.00% <0.00%> (-7.70%) :arrow_down:
libtrap/src/ifc_tcpip.c 59.59% <0.00%> (+1.77%) :arrow_up:

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 f0c72b7...fac8c67. Read the comment docs.