Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add logger to CFSSL tests #98

Merged
merged 1 commit into from
Nov 10, 2019
Merged

Add logger to CFSSL tests #98

merged 1 commit into from
Nov 10, 2019

Conversation

johanbrandhorst
Copy link
Owner

No description provided.

@codecov
Copy link

codecov bot commented Nov 10, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #98   +/-   ##
=======================================
  Coverage   66.21%   66.21%           
=======================================
  Files           9        9           
  Lines         447      447           
=======================================
  Hits          296      296           
  Misses         99       99           
  Partials       52       52

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 4aeed9f...56f197e. Read the comment docs.

}
}
msg = "TRACE [" + msg
w.Write([]byte(msg))

Choose a reason for hiding this comment

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

Error return value of w.Write is not checked (from errcheck)

}
}
msg = "DEBUG [" + msg
w.Write([]byte(msg))

Choose a reason for hiding this comment

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

Error return value of w.Write is not checked (from errcheck)

}
}
msg = "INFO [" + msg
w.Write([]byte(msg))

Choose a reason for hiding this comment

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

Error return value of w.Write is not checked (from errcheck)

@johanbrandhorst johanbrandhorst merged commit 0dd6cbe into master Nov 10, 2019
@johanbrandhorst johanbrandhorst deleted the add-logger-cfssl-test branch November 10, 2019 20:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants