Skip to content

Commit ee3b7ad

Browse files
authored
Record Code Coverage
1 parent 71ebe5b commit ee3b7ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Build Project
1919
run: sudo cmake --build . --config Release --target install
2020
- name: Test Project
21-
run: ctest
21+
run: ctest -T test -T coverage
2222

2323
deploy:
2424
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)