komuw / ong

ong, is a Go http toolkit.
MIT License
16 stars 4 forks source link

issues/366: Serve pprof using the same server as the application #373

Closed komuw closed 1 year ago

komuw commented 1 year ago
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 62.42% and project coverage change: -1.35% :warning:

Comparison is base (c1f3b86) 74.64% compared to head (90335d7) 73.30%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #373 +/- ## ========================================== - Coverage 74.64% 73.30% -1.35% ========================================== Files 44 46 +2 Lines 5270 5380 +110 ========================================== + Hits 3934 3944 +10 - Misses 1068 1167 +99 - Partials 268 269 +1 ``` | [Files Changed](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu) | Coverage Δ | | |---|---|---| | [mux/mux.go](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu#diff-bXV4L211eC5nbw==) | `0.00% <0.00%> (-72.73%)` | :arrow_down: | | [mux/route.go](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu#diff-bXV4L3JvdXRlLmdv) | `0.00% <0.00%> (-90.41%)` | :arrow_down: | | [server/pprof.go](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu#diff-c2VydmVyL3Bwcm9mLmdv) | `39.51% <0.00%> (-47.99%)` | :arrow_down: | | [internal/mx/mx.go](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu#diff-aW50ZXJuYWwvbXgvbXguZ28=) | `65.33% <65.33%> (ø)` | | | [server/server.go](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu#diff-c2VydmVyL3NlcnZlci5nbw==) | `75.67% <88.00%> (-0.23%)` | :arrow_down: | | [internal/mx/route.go](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu#diff-aW50ZXJuYWwvbXgvcm91dGUuZ28=) | `90.97% <90.97%> (ø)` | | | [internal/acme/acme.go](https://app.codecov.io/gh/komuw/ong/pull/373?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Komu+Wairagu#diff-aW50ZXJuYWwvYWNtZS9hY21lLmdv) | `74.48% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

komuw commented 1 year ago

superseded by https://github.com/komuw/ong/pull/375