libwww-perl / HTTP-Daemon

A simple http server class
http://metacpan.org/release/HTTP-Daemon/
Other
6 stars 16 forks source link

Add content length tests #60

Closed oalders closed 1 year ago

oalders commented 2 years ago

Closes #58 Closes #59

oalders commented 2 years ago

This reworks #58 to (hopefully) get a green light on the build.

codecov[bot] commented 2 years ago

Codecov Report

Base: 41.17% // Head: 48.22% // Increases project coverage by +7.04% :tada:

Coverage data is based on head (b77cad9) compared to base (973ac49). Patch coverage: 75.86% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #60 +/- ## ========================================== + Coverage 41.17% 48.22% +7.04% ========================================== Files 1 1 Lines 323 338 +15 Branches 84 86 +2 ========================================== + Hits 133 163 +30 + Misses 153 134 -19 - Partials 37 41 +4 ``` | [Impacted Files](https://codecov.io/gh/libwww-perl/HTTP-Daemon/pull/60?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libwww-perl) | Coverage Δ | | |---|---|---| | [lib/HTTP/Daemon.pm](https://codecov.io/gh/libwww-perl/HTTP-Daemon/pull/60/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=libwww-perl#diff-bGliL0hUVFAvRGFlbW9uLnBt) | `48.22% <75.86%> (+7.04%)` | :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=libwww-perl). 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=libwww-perl)

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

oalders commented 2 years ago

Not sure what's up with macOS builds:

Module::Build::Tiny 0.034 missing

oalders commented 2 years ago

These tests actually seem to be flaky under macOS as well. 😕

oalders commented 1 year ago

Obviated by #62