Ver Fonte

update path

Signed-off-by: Alex Meijer <ameijer@kubecost.com>
Alex Meijer há 2 anos atrás
pai
commit
12867b1b45
1 ficheiros alterados com 1 adições e 8 exclusões
  1. 1 8
      .github/workflows/pr.yaml

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

@@ -44,19 +44,12 @@ jobs:
       - name: save coverage file
         uses: actions/upload-artifact@v3
         with:
-            path: ./opencost/opencost/coverage.out
+            path: ./opencost/coverage.out
             name: coverage-${{ env.BRANCH_NAME }}-${{ github.sha }}
       -
         name: Build
         run: |
           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:
     needs: backend
     name: Submit to sonar