diff --git a/.github/codecov.yml b/.github/codecov.yml new file mode 100644 index 000000000..d5a1755bc --- /dev/null +++ b/.github/codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + project: off + patch: off diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ce79ed6bc..1dabedc04 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -150,10 +150,11 @@ jobs: - name: Run ETS tests run: ./gradlew --scan :jacodb-ets:generateTestResources :jacodb-ets:test - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - with: - token: ${{ secrets.CODECOV_TOKEN }} + # Codecov step disabled + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v3 + # with: + # token: ${{ secrets.CODECOV_TOKEN }} - name: Upload Gradle test results if: (!cancelled())