Ver Fonte

Remove shallow chekout from cmake.yml

Martin Melik-Merkumians há 1 ano atrás
pai
commit
e601e4a5d0
1 ficheiros alterados com 2 adições e 3 exclusões
  1. 2 3
      .github/workflows/cmake.yml

+ 2 - 3
.github/workflows/cmake.yml

@@ -24,8 +24,7 @@ jobs:
     steps:
     steps:
       - uses: actions/checkout@v4
       - uses: actions/checkout@v4
         with:
         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
       - name: Set up Python 3.8 for gcovr
         uses: actions/setup-python@v5
         uses: actions/setup-python@v5
@@ -69,4 +68,4 @@ jobs:
         run: |
         run: |
           sonar-scanner \
           sonar-scanner \
             --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
             --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" \
-            --define sonar.coverageReportPaths=coverage.xml
+            --define sonar.coverageReportPaths=coverage.xml