From 81b9df3ff4379634a6ef176c47c919d4dcf46ad8 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Thu, 5 Sep 2024 13:14:34 +0500 Subject: [PATCH] cov --- .github/workflows/cov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cov.yml b/.github/workflows/cov.yml index c08e1cc7..9fc3813a 100644 --- a/.github/workflows/cov.yml +++ b/.github/workflows/cov.yml @@ -26,8 +26,8 @@ jobs: - name: Clean coverage results run: cargo llvm-cov clean --workspace - - name: Code coverage (glommio) - run: cargo +nightly llvm-cov --no-report --all --no-default-features --features="glommio,cookie,url,compress,openssl,rustls,ws,brotli" + #- name: Code coverage (glommio) + # run: cargo +nightly llvm-cov --no-report --all --no-default-features --features="glommio,cookie,url,compress,openssl,rustls,ws,brotli" - name: Code coverage (compio) run: cargo +nightly llvm-cov --no-report --all --no-default-features --features="compio,cookie,url,compress,openssl,rustls,ws,brotli"