From 60d54a82cb2ab900e7569e1cbdc4c892d9a86a7d Mon Sep 17 00:00:00 2001 From: Simon Gerber Date: Tue, 19 May 2026 14:53:05 +0200 Subject: [PATCH] Remove codeclimate upload --- .github/workflows/test.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 041daa9..27009c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,11 +21,3 @@ jobs: - name: Run tests run: make test - - - name: Upload code coverage report to Code Climate - uses: paambaati/codeclimate-action@v3.2.0 - env: - CC_TEST_REPORTER_ID: 94b0ac0afc4de0ea8e4a3c6e9fc2c91ebb2e96bae7e4f7e8a9603b7d5ec089ca - with: - coverageLocations: cover.out:gocov - prefix: github.com/${{ github.repository }}