ci: invoke codecov via Python, not from command line

This commit is contained in:
Fischer Moseley 2024-09-10 15:21:41 -06:00
parent 3fb5bfb4ad
commit 236305729e
1 changed files with 2 additions and 1 deletions

View File

@ -33,4 +33,5 @@ jobs:
- name: Upload results to Codecov
run: |
codecov -t ${{ secrets.CODECOV_TOKEN }}
source venv/bin/activate
python3 -m codecov -t ${{ secrets.CODECOV_TOKEN }}