Skip to content

Commit

Permalink
chore(deps): bump codecov/codecov-action from v1.0.15 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.0.15 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.0.15...fcebab0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cybersiddhu committed Apr 10, 2021
1 parent 4ead2cb commit 2d50475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
NATS_PORT: ${{ job.services.nats.ports[4222] }}
GOPROXY: https://proxy.golang.org
- name: upload coverage to codecov
uses: codecov/codecov-action@v1.0.15
uses: codecov/codecov-action@v1.3.1
with:
file: ./profile.cov
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
NATS_PORT: ${{ job.services.nats.ports[4222] }}
GOPROXY: https://proxy.golang.org
- name: upload coverage to codecov
uses: codecov/codecov-action@v1.0.15
uses: codecov/codecov-action@v1.3.1
with:
file: ./profile.cov
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 2d50475

Please sign in to comment.