From ee841373babc1c9214dddd011c8ace5d26fe3fb0 Mon Sep 17 00:00:00 2001 From: Alexander Dinauer Date: Tue, 7 Nov 2023 09:34:12 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c5df49438c..3d148d956a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -59,10 +59,3 @@ jobs: ./*/build/distributions/*.zip ./sentry-opentelemetry/*/build/distributions/*.zip ./sentry-android-ndk/build/intermediates/merged_native_libs/release/out/lib/* - - - name: Upload coverage to Codecov - # We need coverage data from only one the builds - if: runner.os == 'Linux' && matrix.java == '17' - uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3 - with: - name: sentry-java