letsencrypt / ct-woodpecker

A tool to monitor a certificate transparency log for operational problems
Mozilla Public License 2.0
182 stars 19 forks source link

Actually initialize the stop channel #48

Closed rolandshoemaker closed 6 years ago

rolandshoemaker commented 6 years ago

So that woodpecker can actually be stopped (still surprised trying to write to/read from a nil channel doesn't cause a panic).

Fixes #44.

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 255


Changes Missing Coverage Covered Lines Changed/Added Lines %
monitor/monitor.go 0 1 0.0%
<!-- Total: 0 1 0.0% -->
Files with Coverage Reduction New Missed Lines %
monitor/monitor.go 1 53.06%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 253: -0.07%
Covered Lines: 644
Relevant Lines: 969

💛 - Coveralls