Skip to content

Commit f67e557

Browse files
authored
Merge pull request #165 from alexandr-g/renovate/codecov-codecov-action-1.x
chore(deps): update codecov/codecov-action action to v1.4.0
2 parents ef83c9c + 8495274 commit f67e557

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
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
yarn test --watchAll=false --coverage --reporters=default
2828
- name: Upload coverage to Codecov
29-
uses: codecov/codecov-action@v1.2.1
29+
uses: codecov/codecov-action@v1.4.0
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
3232
- name: build

0 commit comments

Comments
 (0)