Skip to content

Commit

Permalink
some log
Browse files Browse the repository at this point in the history
  • Loading branch information
qicosmos committed Nov 7, 2024
1 parent c61773c commit dfcec4a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/linux_llvm_cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
- master
- coro_http_server
- test_conv1

jobs:
build:
Expand Down Expand Up @@ -47,6 +47,10 @@ jobs:
echo "Done!"
- name: Upload Coverage Results
run: |
pwd
ll
uses: actions/upload-artifact@v4
with:
name: llvm-cov
Expand Down
1 change: 0 additions & 1 deletion tests/test_cinatra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,6 @@ TEST_CASE("test request with out buffer") {
CHECK(!client.is_body_in_out_buf());
}


{
coro_http_client client;
auto ret = client.async_request(url1, http_method::GET, req_context<>{}, {},
Expand Down

0 comments on commit dfcec4a

Please sign in to comment.