From 4b87ce833c77da955f32f2835af152f5d5dc6fb1 Mon Sep 17 00:00:00 2001 From: Alexey Menshutin Date: Wed, 6 Aug 2025 12:43:44 +0300 Subject: [PATCH 1/3] Disable codecov --- .github/workflows/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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()) From b84f9807ad6fe3a9086bf51658a9fa8b7b6dae04 Mon Sep 17 00:00:00 2001 From: Alexey Menshutin Date: Wed, 6 Aug 2025 13:03:51 +0300 Subject: [PATCH 2/3] Disable codecov --- .github/workflows/codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/workflows/codecov.yml diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml new file mode 100644 index 000000000..d5a1755bc --- /dev/null +++ b/.github/workflows/codecov.yml @@ -0,0 +1,4 @@ +coverage: + status: + project: off + patch: off From 2888d1e65d37b5fa1c7647ff61004c261b08e4f2 Mon Sep 17 00:00:00 2001 From: Alexey Menshutin Date: Wed, 6 Aug 2025 13:13:31 +0300 Subject: [PATCH 3/3] move config file --- .github/{workflows => }/codecov.yml | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/{workflows => }/codecov.yml (100%) diff --git a/.github/workflows/codecov.yml b/.github/codecov.yml similarity index 100% rename from .github/workflows/codecov.yml rename to .github/codecov.yml