Skip to content

Commit 9662f33

Browse files
authored
Merge pull request #824 from stan-dev/ci/fix-codecov
Use new codecov uploader, avoid rate limiting
2 parents 979476c + 47e445f commit 9662f33

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)