Merge pull request #3106 from dirkmueller/drop_codecov
Remove codecoverage reporting
This commit is contained in:
commit
1679c72982
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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user