Skip to content

Commit

Permalink
chore(deps): update codecov/codecov-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 15, 2023
1 parent d558906 commit 9c517b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: pub global run coverage:format_coverage -l --packages=.test -i coverage/test/ -o coverage/coverage.lcov

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/coverage.lcov

0 comments on commit 9c517b7

Please sign in to comment.