ntop / n2n

Peer-to-peer VPN
GNU General Public License v3.0
6.19k stars 934 forks source link

Autoconf simplification #927

Closed hamishcoleman closed 2 years ago

hamishcoleman commented 2 years ago

To simplify the testing, cross-compilation and repeatable build process, no configure options are automatically probed for - they all default to off and are all using the same template.

codecov-commenter commented 2 years ago

Codecov Report

Merging #927 (99fba76) into dev (da9ba27) will increase coverage by 0.48%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##              dev     #927      +/-   ##
==========================================
+ Coverage   19.79%   20.27%   +0.48%     
==========================================
  Files          43       41       -2     
  Lines        8706     8432     -274     
==========================================
- Hits         1723     1710      -13     
+ Misses       6983     6722     -261     
Impacted Files Coverage Δ
src/edge_utils.c 1.42% <ø> (+0.01%) :arrow_up:
src/n2n.c 0.97% <0.00%> (+<0.01%) :arrow_up:
src/edge.c 0.00% <0.00%> (ø)
tools/n2n-benchmark.c 0.00% <0.00%> (ø)
src/n2n_port_mapping.c
tools/n2n-decode.c
tools/tests-compress.c 84.21% <0.00%> (+6.62%) :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 da9ba27...99fba76. Read the comment docs.