Skip to content

Go Coverage Examples

bash
# Summary
core go cov

# HTML report
core go cov --html

# Open in browser
core go cov --open

# Fail if below threshold
core go cov --threshold 80

# Specific package
core go cov --pkg ./pkg/release

Released under the EUPL-1.2 License.