mdirkse / i3ipc-go

Golang library for using the i3 windows manager IPC interface
Apache License 2.0
25 stars 11 forks source link

CodeCoverage bot fails build #8

Open brunnre8 opened 6 years ago

brunnre8 commented 6 years ago

While it is nice to have a good test coverage, decreasing the coverage shouldn't fail the build. It is an annotation but not a failure (the code still runs)

Only actual failures in the test suite should be considered a build failure.

mdirkse commented 6 years ago

Hmm, I'll see if I can modify that to warn but not fail.