Skip to content

Commit 737971c

Browse files
Merge pull request #111 from wimpyprogrammer/dependabot/github_actions/codecov/codecov-action-4.3.1
Bump codecov/codecov-action from 4.3.0 to 4.3.1
2 parents 6a41686 + 03f2584 commit 737971c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- run: npx testpack-cli --keep=@babel/*,create-react-class,enzyme*,jest*,react* .babelrc jest.config.js test-*.js src/*.spec.js
4444

4545
- name: Upload test coverage report to Codecov
46-
uses: codecov/[email protected].0
46+
uses: codecov/[email protected].1
4747
with:
4848
fail_ci_if_error: true
4949
env:

0 commit comments

Comments
 (0)