Closed lePici closed 3 years ago
Merging #162 (1ee8618) into master (535cc6f) will decrease coverage by
0.07%
. The diff coverage is27.58%
.
@@ Coverage Diff @@
## master #162 +/- ##
==========================================
- Coverage 41.95% 41.88% -0.08%
==========================================
Files 73 73
Lines 14767 14804 +37
==========================================
+ Hits 6195 6200 +5
- Misses 8572 8604 +32
Impacted Files | Coverage Δ | |
---|---|---|
libtrap/src/ifc_file.c | 48.83% <0.00%> (-0.13%) |
:arrow_down: |
libtrap/src/ifc_tcpip.c | 57.34% <0.00%> (-0.14%) |
:arrow_down: |
libtrap/src/third-party/libjansson/load.c | 0.00% <0.00%> (ø) |
|
libtrap/tests/test_echo_ctx.c | 0.00% <0.00%> (ø) |
|
unirec/unirec.c | 49.51% <0.00%> (-0.06%) |
:arrow_down: |
libtrap/src/trap.c | 44.85% <25.00%> (-0.06%) |
:arrow_down: |
unirec/ip_prefix_search.c | 69.71% <25.00%> (-2.96%) |
:arrow_down: |
libtrap/tests/test_echo.c | 72.30% <50.00%> (-2.30%) |
:arrow_down: |
libtrap/tests/test_rxtx.c | 70.78% <50.00%> (-1.31%) |
:arrow_down: |
libtrap/src/ifc_tls.c | 56.85% <66.66%> (+0.02%) |
: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 535cc6f...1ee8618. Read the comment docs.
Report
Argument cannot be negative
Bad bit shift operation
ifc_tls.c
ip_prefix_search.c
Try it yourself with this code (compile with gcc with -std=c99) and uncomment first print block:
Resource leak, Double free
Unchecked return value
Other small mistakes