#262: Add tower-http compression middleware#263
#262: Add tower-http compression middleware#263josecelano merged 1 commit intotorrust:developfrom alexohneander:develop
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #263 +/- ##
===========================================
- Coverage 44.80% 44.77% -0.04%
===========================================
Files 77 77
Lines 4111 4121 +10
===========================================
+ Hits 1842 1845 +3
- Misses 2269 2276 +7
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
ACK bf3f66f |
Hi @alexohneander thank you! I do not see any failing test. |
|
@josecelano failures:
e2e::web::api::v1::contexts::torrent::contract::for_authenticated_users::it_should_not_allow_uploading_a_torrent_with_a_non_existing_category |
Hi @alexohneander, I'm going to merge the PR because ti seems to work, but I would like to know why it's not working for you. You can run the test with: cargo test it_should_not_allow_uploading_a_torrent_with_a_non_existing_category -- --nocaptureAnd it should show more info. |
|
And @alexohneander, we use Conventional Commits. The commit message could be something like: |
Modified:
I have added the tower-http compression to the router.
One test fails, but this did not work before my changes.