Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from v1.3.1 to v1.3.2
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.3.2.
- [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...9b0b9bb)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and malept committed Apr 6, 2021
1 parent 785e9c0 commit e1c218c
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.3.1
uses: codecov/codecov-action@v1.3.2
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.3.1
uses: codecov/codecov-action@v1.3.2
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down

0 comments on commit e1c218c

Please sign in to comment.