From 88fed60e0df08dc1299c85f949575c39704ad427 Mon Sep 17 00:00:00 2001 From: qicosmos Date: Thu, 7 Nov 2024 17:24:32 +0800 Subject: [PATCH] test (#638) --- .github/workflows/linux_llvm_cov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linux_llvm_cov.yml b/.github/workflows/linux_llvm_cov.yml index 88d5b8cd..f2972b61 100644 --- a/.github/workflows/linux_llvm_cov.yml +++ b/.github/workflows/linux_llvm_cov.yml @@ -41,10 +41,9 @@ jobs: ./test_corofile ./test_http_parse ./test_time_util - ./test_metric 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 + llvm-cov show -object test_cinatra -object test_corofile -object test_time_util -object test_http_parse -instr-profile=test_cinatra.profdata -format=html -output-dir=../.coverage_llvm_cov -ignore-filename-regex="example|asio|cmdline|async_simple|tests" -show-instantiations=false echo "Done!" - name: List files in the repository @@ -54,6 +53,7 @@ jobs: echo "workspace/build" ls ${{ github.workspace }}/build + - name: Upload Coverage Results uses: actions/upload-artifact@v4.3.6 with: