Skip to content

Commit

Permalink
build(deps): update codecov/codecov-action requirement to v1.0.12 (#1880
Browse files Browse the repository at this point in the history
)

Updates the requirements on [codecov/codecov-action](https://github.com/codecov/codecov-action) to permit the latest version.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Commits](https://github.com/codecov/codecov-action/commits/07127fde53bc3ccd346d47ab2f14c390161ad108)

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] committed Aug 3, 2020
1 parent 2172d15 commit 0be4195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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.0.11
uses: codecov/codecov-action@v1.0.12
with:
file: ./coverage.lcov
env_vars: CI_OS,TEST_TYPE
Expand Down

0 comments on commit 0be4195

Please sign in to comment.