diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 357e6b76054..75b3a11186f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,20 +101,20 @@ jobs: ant/target/*.zip cli/target/*.zip - publish_coverage: - name: publish code coverage reports - runs-on: ubuntu-latest - needs: build - steps: - - name: Download coverage reports - uses: actions/download-artifact@v4 - with: - name: code-coverage-report - - name: Run codacy-coverage-reporter - uses: codacy/codacy-coverage-reporter-action@master - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - coverage-reports: utils/target/jacoco-results/jacoco.xml,core/target/jacoco-results/jacoco.xml,maven/target/jacoco-results/jacoco.xml,ant/target/jacoco-results/jacoco.xml,cli/target/jacoco-results/jacoco.xml +# publish_coverage: +# name: publish code coverage reports +# runs-on: ubuntu-latest +# needs: build +# steps: +# - name: Download coverage reports +# uses: actions/download-artifact@v4 +# with: +# name: code-coverage-report +# - name: Run codacy-coverage-reporter +# uses: codacy/codacy-coverage-reporter-action@master +# with: +# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} +# coverage-reports: utils/target/jacoco-results/jacoco.xml,core/target/jacoco-results/jacoco.xml,maven/target/jacoco-results/jacoco.xml,ant/target/jacoco-results/jacoco.xml,cli/target/jacoco-results/jacoco.xml docker: permissions: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3ae315d3902..6e05798cdd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -108,20 +108,20 @@ jobs: retention-days: 7 path: target/staging/ - publish_coverage: - name: publish code coverage reports - runs-on: ubuntu-latest - needs: build - steps: - - name: Download coverage reports - uses: actions/download-artifact@v4 - with: - name: code-coverage-report - - name: Run codacy-coverage-reporter - uses: codacy/codacy-coverage-reporter-action@master - with: - project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} - coverage-reports: utils/target/jacoco-results/jacoco.xml,core/target/jacoco-results/jacoco.xml,maven/target/jacoco-results/jacoco.xml,ant/target/jacoco-results/jacoco.xml,cli/target/jacoco-results/jacoco.xml +# publish_coverage: +# name: publish code coverage reports +# runs-on: ubuntu-latest +# needs: build +# steps: +# - name: Download coverage reports +# uses: actions/download-artifact@v4 +# with: +# name: code-coverage-report +# - name: Run codacy-coverage-reporter +# uses: codacy/codacy-coverage-reporter-action@master +# with: +# project-token: ${{ secrets.CODACY_PROJECT_TOKEN }} +# coverage-reports: utils/target/jacoco-results/jacoco.xml,core/target/jacoco-results/jacoco.xml,maven/target/jacoco-results/jacoco.xml,ant/target/jacoco-results/jacoco.xml,cli/target/jacoco-results/jacoco.xml docker: name: Publish Docker