From bd015a9b5e5f8e543323d4016d004dd3fc0ad030 Mon Sep 17 00:00:00 2001 From: Alexander Weigl Date: Thu, 9 Apr 2026 22:10:56 +0200 Subject: [PATCH] remove codecov --- .github/workflows/tests.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a720ee4673..da83f12824 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -59,7 +59,7 @@ jobs: uses: gradle/actions/setup-gradle@v6 - name: Test with Gradle - run: ./gradlew --continue -DjacocoEnabled=true :${{ matrix.modules }}:test + run: ./gradlew --continue :${{ matrix.modules }}:test - name: Upload test results uses: actions/upload-artifact@v7 @@ -71,9 +71,6 @@ jobs: **/build/reports/ !**/jacocoTestReport.xml - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v6 - integration-tests: env: GH_TOKEN: ${{ github.token }}