bytesparadise / libasciidoc

A Golang library for processing Asciidoc files.
Apache License 2.0
196 stars 23 forks source link

test(project): loglevel arg #1083

Closed xcoulon closed 1 year ago

xcoulon commented 1 year ago

change the -debug (bool) arg to --loglevel=[debug|info|warn|error] (string) for more flexibility in the log level setting during test execution

Signed-off-by: Xavier Coulon xcoulon@redhat.com

codecov[bot] commented 1 year ago

Codecov Report

Merging #1083 (77ce018) into master (0317c63) will increase coverage by 0.12%. The diff coverage is 88.23%.

:exclamation: Current head 77ce018 differs from pull request most recent head 8859a8d. Consider uploading reports for the commit 8859a8d to get more accurate results

@@            Coverage Diff             @@
##           master    #1083      +/-   ##
==========================================
+ Coverage   80.66%   80.79%   +0.12%     
==========================================
  Files          90       90              
  Lines        7591     7590       -1     
==========================================
+ Hits         6123     6132       +9     
+ Misses        971      963       -8     
+ Partials      497      495       -2