We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1588a8c commit 20f39aaCopy full SHA for 20f39aa
.github/workflows/ci.yml
@@ -44,7 +44,7 @@ jobs:
44
# Return to the project root directory
45
cd ..
46
./bin/test_${{ matrix.project }}
47
- # Step 4:
+ # Step 4: Generate coverage report
48
- name: Generate coverage report
49
run: |
50
lcov --directory . --capture --output-file coverage.info
0 commit comments