Skip to content
This repository was archived by the owner on Jun 30, 2020. It is now read-only.

Logfilebuild #32

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DK-DARKmatter
Copy link

This update in build file is to make sure --logfile option is enabled in its new version.
If --logfile is not an illegal option, then we could enable the
tests of gnutls-cli.

Copy link
Contributor

@frozencemetery frozencemetery left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have an extra commit in here.

@codecov-io
Copy link

Codecov Report

Merging #32 into master will decrease coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #32     +/-   ##
=========================================
- Coverage   64.87%   64.17%   -0.7%     
=========================================
  Files          13       12      -1     
  Lines        1170      977    -193     
=========================================
- Hits          759      627    -132     
+ Misses        411      350     -61
Impacted Files Coverage Δ
bin/main.c 71.31% <0%> (-0.23%) ⬇️
lib/tls-gnutls.c

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 72f2c71...76ea92d. Read the comment docs.

1 similar comment
@codecov-io
Copy link

Codecov Report

Merging #32 into master will decrease coverage by 0.69%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master      #32     +/-   ##
=========================================
- Coverage   64.87%   64.17%   -0.7%     
=========================================
  Files          13       12      -1     
  Lines        1170      977    -193     
=========================================
- Hits          759      627    -132     
+ Misses        411      350     -61
Impacted Files Coverage Δ
bin/main.c 71.31% <0%> (-0.23%) ⬇️
lib/tls-gnutls.c

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 72f2c71...76ea92d. Read the comment docs.

meson.build Outdated
@@ -41,7 +41,7 @@ pkg = import('pkgconfig')
dl = cc.find_library('dl', required: false)

openssl = dependency('openssl', version: '>=1.1.0', required: false)
gnutls = dependency('gnutls', version: '>=3.6.0', required: false)
gnutls = dependency('gnutls', version: '>=3.6.7', required: false)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this change.

We should make sure '--logfile' option is enabled in its new version.
If '--logfile' is not an illegal option, then we could enable the
tests of gnutls-cli.

Signed-off-by: Ke Zhao <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants