Skip to content

Commit c3eeb2b

Browse files
author
Christopher Doris
committed
use a codecov token for more reliable uploads
1 parent 20bb7d5 commit c3eeb2b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
uses: julia-actions/julia-processcoverage@v1
4848
- name: Upload coverage to Codecov
4949
uses: codecov/codecov-action@v2
50+
env:
51+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
5052
python:
5153
name: Test (${{ matrix.os }}, python ${{ matrix.pyversion }})
5254
runs-on: ${{ matrix.os }}
@@ -78,3 +80,5 @@ jobs:
7880
pytest -s --cov=pysrc
7981
- name: Upload coverage to Codecov
8082
uses: codecov/codecov-action@v2
83+
env:
84+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)