From e683f8d2f49a464c3bf45493791e8b6367c408d3 Mon Sep 17 00:00:00 2001 From: Kamil Jarosz Date: Fri, 3 Oct 2025 23:49:05 +0200 Subject: [PATCH] ci: Remove posting coverage comment Currently posting fails, so remove it in order not to produce build failures. --- .github/workflows/test_rust.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test_rust.yml b/.github/workflows/test_rust.yml index 097a6376087b..74657168790b 100644 --- a/.github/workflows/test_rust.yml +++ b/.github/workflows/test_rust.yml @@ -272,14 +272,6 @@ jobs: if: always() run: cat target/diff-cover/report.md >> $GITHUB_STEP_SUMMARY - - name: Comment - if: always() - env: - GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} - RUN_URL: ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }} - run: | - $COVERAGE_SCRIPT comment_report "target/diff-cover/report.json" "${{ github.event.pull_request.number }}" "${RUN_URL}" - dependencies: needs: changes if: needs.changes.outputs.should_run == 'true'