enarx-archive / tlssock

A library exposing TLS/DTLS sockets using the POSIX networking APIs
Apache License 2.0
18 stars 7 forks source link

Various enhancements #24

Closed frozencemetery closed 5 years ago

frozencemetery commented 5 years ago

Three enhancements I've made to the project that don't belong in my GSS tree. The most important, in my opinion, is the top commit which clarifies how to write tests with the current setup.

codecov-io commented 5 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   65.09%   65.09%           
=======================================
  Files          13       13           
  Lines        1166     1166           
=======================================
  Hits          759      759           
  Misses        407      407
Impacted Files Coverage Δ
tests/run.c 84.7% <ø> (ø) :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 8046d64...9a93b1d. Read the comment docs.

frozencemetery commented 5 years ago

@npmccallum CI passed (except rawhide, which is having GPG issues). Ready for review, thanks.