Skip to content

Commit a1edb70

Browse files
authored
Merge pull request #8 from xtoolkit/renovate/codecov-codecov-action-2.x
Update codecov/codecov-action action to v2
2 parents 7a9660d + 873f83e commit a1edb70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: yarn test:coverage
3232

3333
- name: Upload coverage to Codecov
34-
uses: codecov/codecov-action@v1
34+
uses: codecov/codecov-action@v2
3535
with:
3636
token: ${{ secrets.CODECOV_TOKEN }}
3737

0 commit comments

Comments
 (0)