Skip to content

Commit

Permalink
Remove shallow chekout from cmake.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinMelikMerkumians authored Apr 29, 2024
1 parent fd8d0b5 commit e4c39ee
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ jobs:
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed

steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/checkout@v4

- name: Set up Python 3.8 for gcovr
Expand Down Expand Up @@ -69,4 +66,4 @@ jobs:
run: |
sonar-scanner \
--define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
--define sonar.coverageReportPaths=coverage.xml
--define sonar.coverageReportPaths=coverage.xml

1 comment on commit e4c39ee

@MartinMelikMerkumians
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleted the wrong line, this needs to be reverted

Please sign in to comment.