Skip to content

Commit

Permalink
collect coverage info (oceanbase#333)
Browse files Browse the repository at this point in the history
### What problem were solved in this pull request?

Problem:
There is no unittest coverage information.

### What is changed and how it works?
Build with -DENABLE_COVERAGE=ON.
  • Loading branch information
hnwyllmm authored Jan 23, 2024
1 parent 94c39e8 commit 2244edd
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 @@ -31,7 +31,7 @@ jobs:

- name: BuildDebug
shell: bash
run: bash build.sh debug --make -j4
run: bash build.sh debug -DENABLE_COVERAGE=ON --make -j4

- name: Test
shell: bash
Expand Down

0 comments on commit 2244edd

Please sign in to comment.