Skip to content

Commit 1e858f8

Browse files
authored
Merge pull request #191 from researchgate/renovate/codecov-codecov-action-2.x
chore(deps): update codecov/codecov-action action to v2
2 parents 55185cb + 27ee445 commit 1e858f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: yarn test --ci --coverage
3939

4040
- name: Upload coverage to Codecov
41-
uses: codecov/codecov-action@v1
41+
uses: codecov/codecov-action@v2
4242
with:
4343
files: ./src/coverage/coverage-final.json
4444
fail_ci_if_error: true

0 commit comments

Comments
 (0)