rsyslog / librelp

OFFICIAL librelp repository on github
https://www.rsyslog.com/librelp/
GNU General Public License v3.0
30 stars 36 forks source link

change to new versioning scheme #151

Closed rgerhards closed 5 years ago

rgerhards commented 5 years ago

do NOT use patchlevel for minor version increments

in practice, follow rsyslog practice of

fixed-major.real-version.0

codecov-io commented 5 years ago

Codecov Report

Merging #151 into master will increase coverage by 0.11%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #151      +/-   ##
==========================================
+ Coverage   73.22%   73.33%   +0.11%     
==========================================
  Files          20       20              
  Lines        3316     3432     +116     
==========================================
+ Hits         2428     2517      +89     
- Misses        888      915      +27
Impacted Files Coverage Δ
src/tcp.c 67.73% <0%> (-0.07%) :arrow_down:
src/relpsrv.c 67.52% <0%> (+0.51%) :arrow_up:
src/relpclt.c 70.34% <0%> (+0.58%) :arrow_up:
src/relp.c 77.19% <0%> (+0.58%) :arrow_up:
tests/send.c 75% <0%> (+1.44%) :arrow_up:
tests/receive.c 79.22% <0%> (+1.93%) :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 8f1f5ca...0aa542e. Read the comment docs.