Sfoglia il codice sorgente

update path

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer 2 anni fa
parent
commit
12867b1b45
1 ha cambiato i file con 1 aggiunte e 8 eliminazioni
  1. 1 8
      .github/workflows/pr.yaml

+ 1 - 8
.github/workflows/pr.yaml

@@ -44,19 +44,12 @@ jobs:
       - name: save coverage file
       - name: save coverage file
         uses: actions/upload-artifact@v3
         uses: actions/upload-artifact@v3
         with:
         with:
-            path: ./opencost/opencost/coverage.out
+            path: ./opencost/coverage.out
             name: coverage-${{ env.BRANCH_NAME }}-${{ github.sha }}
             name: coverage-${{ env.BRANCH_NAME }}-${{ github.sha }}
       -
       -
         name: Build
         name: Build
         run: |
         run: |
           just build-local
           just build-local
-
-
-      - name: Submit Code Coverage
-        uses: sonarsource/sonarqube-scan-action@master
-        env:
-          SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
-          SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
   submit-to-sonarqube:
   submit-to-sonarqube:
     needs: backend
     needs: backend
     name: Submit to sonar
     name: Submit to sonar