From e32fdf3818f6416ecd97158cf8c5d58584a2ee0e Mon Sep 17 00:00:00 2001 From: qicosmos Date: Tue, 30 Jan 2024 15:39:39 +0800 Subject: [PATCH] test (#511) --- .github/workflows/linux_llvm_cov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/linux_llvm_cov.yml b/.github/workflows/linux_llvm_cov.yml index 29ebdea3..a598a6ed 100644 --- a/.github/workflows/linux_llvm_cov.yml +++ b/.github/workflows/linux_llvm_cov.yml @@ -36,8 +36,9 @@ jobs: cd tests ./test_cinatra ./test_corofile - ./test_time_util ./test_http_parse + ./test_time_util + llvm-profdata merge -sparse test_cinatra-*.profraw -o test_cinatra.profdata llvm-cov show test_cinatra test_corofile test_time_util 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!"