Skip to content

Commit

Permalink
Merge branch 'master' into test_conv1
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos authored Nov 7, 2024
2 parents ca0f805 + 92ad28a commit 6ae54f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linux_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Run Coverage
run: |
mkdir build && cd build
mkdir .coverage_llvm_cov
CC=clang-17 CXX=clang++-17 cmake .. -DCOVERAGE_TEST=ON -DCINATRA_ENABLE_SSL=ON
make -j
export LLVM_PROFILE_FILE="test_cinatra-%m.profraw"
Expand All @@ -46,7 +47,6 @@ jobs:
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
echo "Done!"
- name: List files in the repository
run: |
echo "workspace"
Expand Down

0 comments on commit 6ae54f1

Please sign in to comment.