Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from v1.2.2 to v1.3.1
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.2.2 to v1.3.1.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1.2.2...fcebab0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent c321ec4 commit a0c2aeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: ./gradlew testDebugUnitTest
- name: run jacocoTestReport
run: ./gradlew jacocoTestReport
- uses: codecov/codecov-action@v1.2.2
- uses: codecov/codecov-action@v1.3.1

analyze:
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: ./gradlew testDebugUnitTest
- name: run jacocoTestReport
run: ./gradlew jacocoTestReport
- uses: codecov/codecov-action@v1.2.2
- uses: codecov/codecov-action@v1.3.1

ktlint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit a0c2aeb

Please sign in to comment.