Skip to content

Commit 5caf654

Browse files
committed
Add new codecov token
1 parent 2055934 commit 5caf654

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

+3
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,13 @@ jobs:
101101
102102
- name: Upload coverage to Codecov
103103
uses: codecov/codecov-action@v4
104+
env:
105+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
104106
with:
105107
files: ./coverage.xml
106108
env_vars: OS,PYTHON
107109

110+
108111
test_macos:
109112
name: Test macOS
110113
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)