Skip to content

Commit 455102c

Browse files
Merge pull request #113 from wimpyprogrammer/dependabot/github_actions/codecov/codecov-action-4.4.0
Bump codecov/codecov-action from 4.3.1 to 4.4.0
2 parents 737971c + dfc8e60 commit 455102c

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

0 commit comments

Comments
 (0)