Skip to content

Commit

Permalink
Need to use gcov-13 instead of gcov
Browse files Browse the repository at this point in the history
  • Loading branch information
wichtounet committed Nov 2, 2023
1 parent d78ee7e commit 15712d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
mkdir gcov-reports
pushd gcov-reports
for f in $(find ../debug -iname '*.o'); do
gcov --preserve-paths -o $f x
gcov-13 --preserve-paths -o $f x
done
popd
- name: Run sonar-scanner
Expand Down

0 comments on commit 15712d0

Please sign in to comment.