Golang: ignore specific statements

When using codecov for Golang is it possible to ignore certain statements?

e.g. ignore logging statements like

zap.S().Info("example message")

as we don’t test log statements and they affect our code coverage stats,

Hi @wallermatt, it is not possible to ignore certain statements at this time. I’ll forward this to the product team though.