Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5c950e8

Browse files
committed
Update linux_gcc_cmake_build.yml
1 parent c3ee904 commit 5c950e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux_gcc_cmake_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_ALL}}
5454
run: cmake --build . --target cppcheck_static_analysis
5555

56-
- name: Build
56+
- name: Build Debug
5757
# Linux has 2 cores
5858
run: |
5959
cmake --build --list-presets
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
ctest --preset=${{env.BUILD_DEV_SINGLE_PRESET}} --parallel 2 -C Debug
179179
180-
- name: Coveralls
180+
- name: Codecov
181181
working-directory: ${{github.workspace}}/${{env.BUILD_FOLDER_DEV_SINGLE}}
182182
run: |
183183
cmake --build . --target lcov_coverage

0 commit comments

Comments
 (0)