Merge pull request #3106 from dirkmueller/drop_codecov

Remove codecoverage reporting
This commit is contained in:
Dirk Mueller 2024-06-12 10:45:42 +02:00 committed by GitHub
commit 1679c72982
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,12 +33,6 @@ jobs:
# Use the index from matrix as an environment variable
CI_NODE_INDEX: ${{ matrix.ci_node_index }}
- name: Submit coverage report to Codecov
uses: codecov/codecov-action@v4
with:
fail_ci_if_error: true
token: ${{ secrets.CODECOV_TOKEN }}
- name: Stop containers
if: always()
run: docker-compose -f dist/ci/docker-compose.yml down