Skip to content

Commit

Permalink
Update file suffixes
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Jan 28, 2025
1 parent e5dddef commit d7ac3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
--define sonar.cfamily.compile-commands=$BUILD_WRAPPER_OUT_DIR/compile_commands.json \
--define sonar.cfamily.gcov.reportsPath=. \
--define sonar.c.file.suffixes= \
--define sonar.cpp.file.suffixes=.cpp,.h \
--define sonar.cpp.file.suffixes=.cpp \
--define sonar.sonarLanguages=c++ \
--define sonar.branch.name=${{ inputs.branch }} \
--define sonar.exclusions="obj/**,lib/**,bin/**,generated/**" \
Expand Down

0 comments on commit d7ac3ee

Please sign in to comment.