Skip to content

Commit 37b6519

Browse files
committed
Use Codecov action instead of deprecated bash uploader
1 parent a6bf7ef commit 37b6519

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,6 @@ jobs:
5858

5959
- name: Upload coverage report
6060
if: runner.os == 'Linux' && matrix.python-version == '3.10'
61-
shell: bash -l {0}
62-
run: bash <(curl -s https://codecov.io/bash) -c
61+
uses: codecov/codecov-action@v5
62+
with:
63+
files: ./coverage.xml

0 commit comments

Comments
 (0)