Skip to content

Commit 9e179c9

Browse files
Bump codecov/codecov-action from 1.2.1 to 1.5.0 (#640)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1.2.1 to 1.5.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@v1.2.1...v1.5.0) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e5c807e commit 9e179c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
npm run coverage:unit
2525
- name: Publish Coverage
26-
uses: codecov/codecov-action@v1.2.1
26+
uses: codecov/codecov-action@v1.5.0
2727
with:
2828
flags: unit
2929
fail_ci_if_error: true
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
npm run coverage:integration
5858
- name: Publish Coverage
59-
uses: codecov/codecov-action@v1.2.1
59+
uses: codecov/codecov-action@v1.5.0
6060
with:
6161
flags: integration
6262
fail_ci_if_error: true

0 commit comments

Comments
 (0)