Remove codecoverage reporting

Noone looks at the data, we don't need to upload it
This commit is contained in:
Dirk Mueller 2024-06-12 09:06:34 +02:00
parent 4d0b15223b
commit 0059b8f24c
No known key found for this signature in database

View File

@ -33,12 +33,6 @@ jobs:
# Use the index from matrix as an environment variable # Use the index from matrix as an environment variable
CI_NODE_INDEX: ${{ matrix.ci_node_index }} 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 - name: Stop containers
if: always() if: always()
run: docker-compose -f dist/ci/docker-compose.yml down run: docker-compose -f dist/ci/docker-compose.yml down