Remove codecoverage reporting
Noone looks at the data, we don't need to upload it
This commit is contained in:
parent
4d0b15223b
commit
0059b8f24c
6
.github/workflows/ci-test.yml
vendored
6
.github/workflows/ci-test.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user