# 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 ```