Skip to content

Commit

Permalink
[=] fix gcovr parse error
Browse files Browse the repository at this point in the history
  • Loading branch information
cherylsy committed Oct 28, 2024
1 parent 9053658 commit c2eddf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
openssl req -newkey rsa:2048 -x509 -nodes -keyout "$keyfile" -new -out "$certfile" -subj /CN=test.xquic.com
./tests/run_tests | tee -a ../xquic_test.log
../scripts/case_test.sh | tee -a ../xquic_test.log
gcovr -r .. --xml -o ../coverage.xml
gcovr -r .. --xml --gcov-ignore-parse-errors=negative_hits.warn -o ../coverage.xml
- name: Check Test Result
run: |
Expand Down

0 comments on commit c2eddf7

Please sign in to comment.