Skip to content

Commit

Permalink
build(deps): bump codecov/codecov-action from 2.1.0 to 3.1.0 (#2817)
Browse files Browse the repository at this point in the history
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2.1.0 to 3.1.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@v2.1.0...v3.1.0)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 20, 2022
1 parent 51e4489 commit 18156d8
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 @@ -66,7 +66,7 @@ jobs:
- name: Run tests
run: bolt coverage:fast
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.0
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
env:
DEBUG: electron-installer-snap:snapcraft
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v2.1.0
uses: codecov/codecov-action@v3.1.0
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down

0 comments on commit 18156d8

Please sign in to comment.