Add new codecov token

This commit is contained in:
James R. Barlow
2024-05-11 01:03:41 -07:00
parent 205593445e
commit 5caf654f22
+3
View File
@@ -101,10 +101,13 @@ jobs:
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
files: ./coverage.xml
env_vars: OS,PYTHON
test_macos:
name: Test macOS
runs-on: ${{ matrix.os }}