update codecov connection
This commit is contained in:
parent
3b9639a638
commit
e59feed4f6
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -25,4 +25,7 @@ jobs:
|
|||||||
- name: Write coverage report
|
- name: Write coverage report
|
||||||
run: poetry run coverage xml
|
run: poetry run coverage xml
|
||||||
- name: Send coverage to Codecov
|
- name: Send coverage to Codecov
|
||||||
run: bash <(curl -s https://codecov.io/bash)
|
uses: codecov/codecov-action@v4.3.0
|
||||||
|
with:
|
||||||
|
token: ${{ secrets.CODECOV_TOKEN }}
|
||||||
|
fail_ci_if_error: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user