Skip to content

Commit

Permalink
Bump codecov/codecov-action from 2.0.1 to 2.0.2 (#7304)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https:/codecov/codecov-action) from 2.0.1 to 2.0.2.
- [Release notes](https:/codecov/codecov-action/releases)
- [Changelog](https:/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v2.0.1...v2.0.2)

---
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
dependabot[bot] authored Jul 26, 2021
1 parent 40ca8ef commit e24e725
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build RxJava
run: ./gradlew build --stacktrace
- name: Upload to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
- name: Generate Javadoc
run: ./gradlew javadoc --stacktrace
2 changes: 1 addition & 1 deletion .github/workflows/gradle_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ jobs:
- name: Build RxJava
run: ./gradlew build --stacktrace
- name: Upload to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
- name: Generate Javadoc
run: ./gradlew javadoc --stacktrace
2 changes: 1 addition & 1 deletion .github/workflows/gradle_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Build RxJava
run: ./gradlew build --stacktrace --no-daemon
- name: Upload to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
- name: Upload release
run: ./gradlew -PreleaseMode=full publish --no-daemon --no-parallel --stacktrace
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USER }}
ORG_GRADLE_PROJECT_mavenCentralPassword: ${{ secrets.SONATYPE_PASSWORD }}
- name: Upload to Codecov
uses: codecov/[email protected].1
uses: codecov/[email protected].2
- name: Push Javadoc
run: ./push_javadoc.sh
# Define secrets at https:/ReactiveX/RxJava/settings/secrets/actions
Expand Down

0 comments on commit e24e725

Please sign in to comment.