Skip to content

Commit

Permalink
Merge pull request #3106 from dirkmueller/drop_codecov
Browse files Browse the repository at this point in the history
Remove codecoverage reporting
  • Loading branch information
dirkmueller committed Jun 12, 2024
2 parents 4d0b152 + 0059b8f commit 1679c72
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1679c72

Please sign in to comment.