Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 236 Bytes

File metadata and controls

18 lines (13 loc) · 236 Bytes

Go Coverage Examples

# 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