Skip to content

Commit e58a671

Browse files
committed
Fix code coverage
1 parent 379d28d commit e58a671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Run delegate_app to execute tests
2929
run: |
3030
cd build
31-
./build/build/delegate_app/delegate_app # Run your app to execute tests
31+
./build/delegate_app/delegate_app # Run your app to execute tests
3232
3333
# Collect code coverage data
3434
lcov --capture --directory . --output-file coverage.info

0 commit comments

Comments
 (0)