Skip to content

Commit 47e445f

Browse files
committed
Use new codecov uploader, avoid rate limiting
1 parent 979476c commit 47e445f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ jobs:
107107
pytest -v ../test --cov=../cmdstanpy
108108
109109
- name: Submit codecov
110-
run: |
111-
pip install codecov
112-
cd run_tests
113-
codecov
110+
uses: codecov/codecov-action@v5
111+
with:
112+
token: ${{ secrets.CODECOV_TOKEN }}
113+
verbose: true
114+
directory: ./run_tests

0 commit comments

Comments
 (0)