orhun / rustypaste

A minimal file upload/pastebin service.
https://blog.orhun.dev/blazingly-fast-file-sharing
MIT License
771 stars 48 forks source link

WIP: Async test (ignore) #272

Closed tessus closed 2 months ago

tessus commented 6 months ago

Testing. Please ignore.

Rebased #246 on master

codecov-commenter commented 6 months ago

Codecov Report

Attention: Patch coverage is 62.58993% with 52 lines in your changes are missing coverage. Please review.

Project coverage is 82.16%. Comparing base (15e3619) to head (a7a5977).

Files Patch % Lines
src/main.rs 0.00% 27 Missing :warning:
src/server.rs 80.00% 12 Missing :warning:
src/paste.rs 69.56% 7 Missing :warning:
src/config.rs 0.00% 3 Missing :warning:
src/util.rs 87.50% 2 Missing :warning:
src/auth.rs 50.00% 1 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #272 +/- ## ========================================== - Coverage 82.47% 82.16% -0.32% ========================================== Files 11 11 Lines 1204 1166 -38 ========================================== - Hits 993 958 -35 + Misses 211 208 -3 ``` | [Flag](https://app.codecov.io/gh/orhun/rustypaste/pull/272/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Orhun+Parmaks%C4%B1z) | Coverage Δ | | |---|---|---| | [unit-tests](https://app.codecov.io/gh/orhun/rustypaste/pull/272/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Orhun+Parmaks%C4%B1z) | `82.16% <62.58%> (-0.32%)` | :arrow_down: | 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=Orhun+Parmaks%C4%B1z#carryforward-flags-in-the-pull-request-comment) to find out more.

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