Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from v1.0.12 to v1.0.13
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https:/codecov/codecov-action) from v1.0.12 to v1.0.13.
- [Release notes](https:/codecov/codecov-action/releases)
- [Commits](codecov/codecov-action@v1.0.12...6004246)

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and malept committed Aug 23, 2020
1 parent f5590e7 commit 9da3537
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/[email protected].12
uses: codecov/[email protected].13
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
env:
DEBUG: electron-installer-snap:snapcraft
- name: Upload code coverage to Codecov
uses: codecov/[email protected].12
uses: codecov/[email protected].13
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down

0 comments on commit 9da3537

Please sign in to comment.