update codecov connection

This commit is contained in:
Pyry Lahtinen 2024-05-01 15:46:49 +03:00 committed by GitHub
parent 3b9639a638
commit e59feed4f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,4 +25,7 @@ jobs:
- name: Write coverage report
run: poetry run coverage xml
- 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