Skip to content

Commit

Permalink
Merge pull request #43 from persian-tools/renovate/codecov-codecov-ac…
Browse files Browse the repository at this point in the history
…tion-4.x

chore(deps): update codecov/codecov-action action to v4
  • Loading branch information
payam-zahedi committed Feb 1, 2024
2 parents 1563a60 + 806c33d commit c6b08e9
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@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage/coverage.lcov

0 comments on commit c6b08e9

Please sign in to comment.