Skip to content

Commit

Permalink
Merge pull request #1 from ooliver1/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-3
  • Loading branch information
dependabot[bot] authored May 21, 2022
2 parents 65a142f + 6ef92ff commit b50b0de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
run: pnpm run test

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
files: ./coverage/lcov.info,./coverage/clover.xml

0 comments on commit b50b0de

Please sign in to comment.