Skip to content

Commit 7603054

Browse files
committed
4.x: Fix snapshot codecov run position
1 parent d027c72 commit 7603054

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/gradle_snapshot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@ jobs:
5151
check_name: "🧪 RxJava Test Results"
5252
report_individual_runs: false
5353

54+
- name: Upload to Codecov
55+
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
56+
with:
57+
token: ${{ secrets.CODECOV_TOKEN }}
58+
5459
prerelease:
5560
needs: build
5661
runs-on: ubuntu-latest
@@ -82,10 +87,6 @@ jobs:
8287
# ------------------------------------------------------------------------------
8388
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}
8489
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
85-
- name: Upload to Codecov
86-
uses: codecov/codecov-action@1af58845a975a7985b0beb0cbe6fbbb71a41dbad # v5.5.3
87-
with:
88-
token: ${{ secrets.CODECOV_TOKEN }}
8990
- name: Push Javadoc
9091
run: ./push_javadoc.sh
9192
# Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions

0 commit comments

Comments
 (0)