Skip to content

Commit

Permalink
Bump codecov/codecov-action from 1.x to 2.x (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Aug 1, 2021
1 parent d80dc65 commit 9c6f40f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sauce.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:
- name: Coverage
run: npm run coverage
- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: coverage/lcov.info
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Coverage
run: npm run coverage
- name: Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v2
with:
file: coverage/lcov.info

0 comments on commit 9c6f40f

Please sign in to comment.