Tweak for codecov v4

This commit is contained in:
Cole Robinson 2024-02-25 15:57:25 -05:00
parent 68efec21a7
commit 17d9f339d1

View File

@ -42,5 +42,4 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with:
file: ./coverage.xml
flags: unittests
token: ${{ secrets.CODECOV_TOKEN }}