Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
pzxmsry committed Jan 15, 2024
1 parent c23c624 commit ed89a81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_ctest_multiplatform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:

- name: Gather coverage Clang
working-directory: ${{ steps.strings.outputs.build-output-dir }}
run: lcov --gcov-tool gcov_for_clang.sh --capture --directory . | sed s@^SF:%s/@SF:@ > lcov.info
run: lcov --gcov-tool gcov_for_clang --capture --directory . | sed s@^SF:%s/@SF:@ > lcov.info
if: ${{ matrix.os == 'ubuntu-latest' && matrix.c_compiler == 'clang' }}

- name: Coveralls Parallel
Expand Down

0 comments on commit ed89a81

Please sign in to comment.