File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments