Skip to content

Commit 36d8eff

Browse files
authored
Merge pull request #196 from alexandr-g/renovate/codecov-codecov-action-1.x
chore(deps): update codecov/codecov-action action to v1.5.2
2 parents 7411511 + 65a123f commit 36d8eff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
- name: Test
5656
run: yarn test --coverage --reporters=default
5757
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v1.5.0
58+
uses: codecov/codecov-action@v1.5.2
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}
6161
env:

0 commit comments

Comments
 (0)