Skip to content

Commit 20f39aa

Browse files
committed
edit .yml
1 parent 1588a8c commit 20f39aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Return to the project root directory
4545
cd ..
4646
./bin/test_${{ matrix.project }}
47-
# Step 4:
47+
# Step 4: Generate coverage report
4848
- name: Generate coverage report
4949
run: |
5050
lcov --directory . --capture --output-file coverage.info

0 commit comments

Comments
 (0)