• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jeffotoni / quick / 336

27 May 2025 12:49AM UTC coverage: 54.087% (-0.2%) from 54.264%
336

push

circleci

jeffotoni
feat: adiciona NewError para tratamento personalizado de erros HTTP

4 of 29 new or added lines in 2 files covered. (13.79%)

3871 of 7157 relevant lines covered (54.09%)

1512.52 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/example/quick.newerror/main.go
1
package main
2

3
import "github.com/jeffotoni/quick"
4

NEW
5
func main() {
×
NEW
6

×
NEW
7
        q := quick.New()
×
NEW
8

×
NEW
9
        q.Get("/", func(c *quick.Ctx) error {
×
NEW
10
                return quick.NewError(782, "Custom error message")
×
NEW
11
        })
×
12

NEW
13
        q.Listen(":8080")
×
14
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc