From f6d7c095054acb570618733bcd5ffc96b7eac61d Mon Sep 17 00:00:00 2001 From: qicosmos Date: Thu, 7 Nov 2024 16:25:48 +0800 Subject: [PATCH] update --- .github/workflows/linux_llvm_cov.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/linux_llvm_cov.yml b/.github/workflows/linux_llvm_cov.yml index 0eb7ff7c..3bc586a3 100644 --- a/.github/workflows/linux_llvm_cov.yml +++ b/.github/workflows/linux_llvm_cov.yml @@ -45,8 +45,6 @@ jobs: llvm-profdata merge -sparse test_cinatra-*.profraw -o test_cinatra.profdata llvm-cov show -object test_cinatra -object test_corofile -object test_time_util -object test_http_parse -object test_metric -instr-profile=test_cinatra.profdata -format=html -output-dir=../.coverage_llvm_cov -ignore-filename-regex="example|asio|cmdline|async_simple|tests" -show-instantiations=false - ls ../ - ls ../.coverage_llvm_cov echo "Done!" - name: List files in the repository