Allow to use generic middlewares #390 (#394)

This commit is contained in:
Nikolay Kim 2024-08-13 16:17:52 +05:00 committed by GitHub
parent 5f20ee2be5
commit f748b6efa5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 119 additions and 28 deletions

View file

@ -30,7 +30,7 @@ jobs:
run: cargo +nightly llvm-cov --no-report --all --no-default-features --features="glommio,cookie,url,compress,openssl,rustls,ws,brotli"
- name: Code coverage
run: cargo +nightly llvm-cov --no-report --all --doctests --no-default-features --features="tokio,cookie,url,compress,openssl,rustls,ws,brotli"
run: RUST_LOG=trace cargo +nightly llvm-cov --no-report --all --doctests --no-default-features --features="tokio,cookie,url,compress,openssl,rustls,ws,brotli"
- name: Generate coverage report
run: cargo +nightly llvm-cov report --lcov --output-path lcov.info --ignore-filename-regex="ntex-tokio|ntex-glommio|ntex-async-std"