Skip to content

Commit

Permalink
CI: update codecov-action
Browse files Browse the repository at this point in the history
Fully removes Node.js 12 from GH actions.

closes #363
  • Loading branch information
benjaminrose committed Apr 7, 2023
1 parent 4f99f5a commit 5ef1e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,6 @@ jobs:
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }}
- name: Upload coverage to codecov
if: contains(matrix.toxenv,'-cov')
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
file: ./coverage.xml

0 comments on commit 5ef1e9f

Please sign in to comment.