From 1d4b13c84c09df383dd7b59e5661a4abc55931d8 Mon Sep 17 00:00:00 2001 From: Bjoern Kimminich Date: Mon, 21 Dec 2020 14:10:15 +0100 Subject: [PATCH] Pin CC reporter to 0.7.0 (until https://github.com/codeclimate/test-reporter/issues/449 is fixed) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2b42e442aae..6c015024b92 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -92,7 +92,7 @@ jobs: env: CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }} run: | - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter + curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-0.7.0-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter sed -i s/SF:/SF:frontend\\//g build/reports/coverage/frontend-tests/lcov.info ./cc-test-reporter format-coverage -t lcov -o build/reports/coverage/codeclimate.frontend.json build/reports/coverage/frontend-tests/lcov.info