Skip to content

Commit 201b587

Browse files
Merge pull request #107 from wimpyprogrammer/dependabot/github_actions/codecov/codecov-action-4.2.0
Bump codecov/codecov-action from 4.1.1 to 4.2.0
2 parents 453b465 + dc37d4e commit 201b587

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/codecov-action@v4.1.1
46+
uses: codecov/codecov-action@v4.2.0
4747
with:
4848
fail_ci_if_error: true
4949
env:

0 commit comments

Comments
 (0)