mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 21:07:39 +03:00
Update glommio cos tests (#155)
This commit is contained in:
parent
a54f6f7ac2
commit
f5a7f97c9f
1 changed files with 5 additions and 2 deletions
7
.github/workflows/cov.yml
vendored
7
.github/workflows/cov.yml
vendored
|
@ -25,10 +25,13 @@ jobs:
|
|||
uses: Swatinem/rust-cache@v1.0.1
|
||||
|
||||
- name: Code coverage
|
||||
run: cargo llvm-cov --all --all-features --lcov --output-path lcov.info
|
||||
run: cargo llvm-cov --no-report --all --no-default-features --features="tokio,cookie,url,compress,openssl,rustls"
|
||||
|
||||
- name: Code coverage (glommio)
|
||||
run: cargo llvm-cov --all --no-default-features --features="glommio,cookie,url,compress,openssl,rustls" --lcov --output-path lcov.info
|
||||
run: cargo llvm-cov --no-report --all --no-default-features --features="glommio,cookie,url,compress,openssl,rustls"
|
||||
|
||||
- name: Generate coverage report
|
||||
run: cargo llvm-cov report --lcov --output-path lcov.info --ignore-filename-regex="ntex-tokio|ntex-glommio|ntex-async-std"
|
||||
|
||||
- name: Upload coverage to Codecov
|
||||
uses: codecov/codecov-action@v3
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue