Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from v1.3.1 to v1.4.0
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from v1.3.1 to v1.4.0.
- [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.3.1...0e28ff8)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and cybersiddhu committed Apr 18, 2021
1 parent 97460f6 commit 5c7d3a6
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
Expand Up @@ -34,7 +34,7 @@ jobs:
NATS_PORT: ${{ job.services.nats.ports[4222] }}
GOPROXY: https://proxy.golang.org
- name: upload coverage to codecov
uses: codecov/codecov-action@v1.3.1
uses: codecov/codecov-action@v1.4.0
with:
file: ./profile.cov
token: ${{ secrets.CODECOV_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testcov.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
NATS_PORT: ${{ job.services.nats.ports[4222] }}
GOPROXY: https://proxy.golang.org
- name: upload coverage to codecov
uses: codecov/codecov-action@v1.3.1
uses: codecov/codecov-action@v1.4.0
with:
file: ./profile.cov
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 5c7d3a6

Please sign in to comment.