Skip to content

Commit

Permalink
build(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:/codecov/codecov-action) from v1.2.2 to v1.3.1.
- [Release notes](https:/codecov/codecov-action/releases)
- [Changelog](https:/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](codecov/codecov-action@v1.2.2...fcebab0)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and malept committed Mar 25, 2021
1 parent 18e3035 commit 785e9c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
- name: Run tests
run: bolt coverage:fast
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v1.2.2
uses: codecov/codecov-action@v1.3.1
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
env:
DEBUG: electron-installer-snap:snapcraft
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v1.2.2
uses: codecov/codecov-action@v1.3.1
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down

0 comments on commit 785e9c0

Please sign in to comment.