We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b070637 commit c699da7Copy full SHA for c699da7
1 file changed
.github/workflows/cpp-build-test-coverage.yml
@@ -75,7 +75,7 @@ jobs:
75
run: |
76
cd build
77
ls -l
78
- ./cpp_lab_project_test
+ ./cpp_lab_project_unit_test
79
80
# -------------------------------------------------------
81
# Step 5: Generate code coverage report
0 commit comments