alitari / mockgo-server

Lightweight and scalable server for mocking http endpoints
Apache License 2.0
1 stars 0 forks source link

🔊 Add request logging #64

Closed alitari closed 1 year ago

codecov[bot] commented 1 year ago

Codecov Report

Base: 83.66% // Head: 86.70% // Increases project coverage by +3.04% :tada:

Coverage data is based on head (1e170b6) compared to base (c05b781). Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #64 +/- ## ========================================== + Coverage 83.66% 86.70% +3.04% ========================================== Files 10 10 Lines 1114 1113 -1 ========================================== + Hits 932 965 +33 + Misses 139 104 -35 - Partials 43 44 +1 ``` | Flag | Coverage Δ | | |---|---|---| | unittests | `86.70% <100.00%> (+3.04%)` | :arrow_up: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg#carryforward-flags-in-the-pull-request-comment) to find out more. | [Impacted Files](https://codecov.io/gh/alitari/mockgo-server/pull/64?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg) | Coverage Δ | | |---|---|---| | [mockgo/kvstore/requestHandler.go](https://codecov.io/gh/alitari/mockgo-server/pull/64/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg#diff-bW9ja2dvL2t2c3RvcmUvcmVxdWVzdEhhbmRsZXIuZ28=) | `94.25% <100.00%> (ø)` | | | [mockgo/matches/requestHandler.go](https://codecov.io/gh/alitari/mockgo-server/pull/64/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg#diff-bW9ja2dvL21hdGNoZXMvcmVxdWVzdEhhbmRsZXIuZ28=) | `100.00% <100.00%> (ø)` | | | [mockgo/util/http.go](https://codecov.io/gh/alitari/mockgo-server/pull/64/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg#diff-bW9ja2dvL3V0aWwvaHR0cC5nbw==) | `94.20% <0.00%> (+49.27%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Alexander+Krieg)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.