We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c4ffd commit ee84137Copy full SHA for ee84137
.github/workflows/build.yml
@@ -59,10 +59,3 @@ jobs:
59
./*/build/distributions/*.zip
60
./sentry-opentelemetry/*/build/distributions/*.zip
61
./sentry-android-ndk/build/intermediates/merged_native_libs/release/out/lib/*
62
-
63
- - name: Upload coverage to Codecov
64
- # We need coverage data from only one the builds
65
- if: runner.os == 'Linux' && matrix.java == '17'
66
- uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # pin@v3
67
- with:
68
- name: sentry-java
0 commit comments