-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump codecov/codecov-action from 2.0.2 to 2.0.3 (#7321)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.0.2 to 2.0.3. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v2.0.2...v2.0.3) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
3e77f5c
commit 001ea40
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,6 @@ jobs: | |
- name: Build RxJava | ||
run: ./gradlew build --stacktrace | ||
- name: Upload to Codecov | ||
uses: codecov/[email protected].2 | ||
uses: codecov/[email protected].3 | ||
- name: Generate Javadoc | ||
run: ./gradlew javadoc --stacktrace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,6 +29,6 @@ jobs: | |
- name: Build RxJava | ||
run: ./gradlew build --stacktrace | ||
- name: Upload to Codecov | ||
uses: codecov/[email protected].2 | ||
uses: codecov/[email protected].3 | ||
- name: Generate Javadoc | ||
run: ./gradlew javadoc --stacktrace |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,7 +38,7 @@ jobs: | |
- name: Build RxJava | ||
run: ./gradlew build --stacktrace --no-daemon | ||
- name: Upload to Codecov | ||
uses: codecov/[email protected].2 | ||
uses: codecov/[email protected].3 | ||
- name: Upload release | ||
run: ./gradlew -PreleaseMode=full publish --no-daemon --no-parallel --stacktrace | ||
env: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }} | ||
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }} | ||
- name: Upload to Codecov | ||
uses: codecov/[email protected].2 | ||
uses: codecov/[email protected].3 | ||
- name: Push Javadoc | ||
run: ./push_javadoc.sh | ||
# Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions | ||
|