Add codecov upload token

This commit is contained in:
Dirk Müller 2024-05-06 20:03:32 +02:00
parent 8d164e7301
commit d897032268
No known key found for this signature in database

View File

@ -34,9 +34,10 @@ jobs:
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
- name: Submit coverage report to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Stop containers
if: always()