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 and Martin Melik Merkumians committed Apr 29, 2024
1 parent fd8d0b5 commit e601e4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- uses: actions/checkout@v4
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis

- name: Set up Python 3.8 for gcovr
uses: actions/setup-python@v5
Expand Down Expand Up @@ -69,4 +68,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

0 comments on commit e601e4a

Please sign in to comment.