Skip to content

Commit

Permalink
test (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Nov 7, 2024
1 parent a538768 commit 88fed60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -54,6 +53,7 @@ jobs:
echo "workspace/build"
ls ${{ github.workspace }}/build
- name: Upload Coverage Results
uses: actions/[email protected]
with:
Expand Down

0 comments on commit 88fed60

Please sign in to comment.