Skip to content

Commit b6e2d2f

Browse files
committed
Try to run using the pypi codecov cli
1 parent eea3f1d commit b6e2d2f

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

.github/workflows/httomolibgpu_tests_run_iris.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,8 @@ jobs:
4040
pytest --cov=./ tests/ --cov-report=xml:/home/runner/coverage.xml
4141
4242
- name: Upload coverage to Codecov
43-
uses: codecov/codecov-action@v5
44-
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
46-
files: /home/runner/coverage.xml
47-
fail_ci_if_error: true
48-
name: httomolibgpu-codecov
49-
verbose: true
43+
run: |
44+
pip install codecov-cli
45+
codecovcli -v upload-coverage --fail-on-error --file /home/runner/coverage.xml --name httomolibgpu-codecov
46+
env:
47+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)