Skip to content

Commit

Permalink
Merge pull request #168 from screendriver/renovate/codecov-codecov-ac…
Browse files Browse the repository at this point in the history
…tion-2.x

chore(deps): update codecov/codecov-action action to v2
screendriver authored Jul 19, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents d2a509e + f2ec485 commit a43063a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ jobs:
- name: Run unit tests
run: npm run test:unit:coverage
- name: Upload code coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: target/coverage/coverage-final.json
build:

0 comments on commit a43063a

Please sign in to comment.