Skip to content

Commit

Permalink
Merge pull request #463 from pysal/dependabot/github_actions/codecov/…
Browse files Browse the repository at this point in the history
…codecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
jGaboardi authored Apr 5, 2022
2 parents b50d567 + 8cf279e commit 1766b39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
if: matrix.os == 'windows-latest'

- name: codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit 1766b39

Please sign in to comment.