From 4484f7c854113ba368bbaa53d4fdc8fb21151218 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Tue, 22 Dec 2020 00:32:50 +0800 Subject: [PATCH] revert: "ci: pin cc test-reporter to 0.7.0" This reverts commit 8c2d632b78f33de4ca61d57910a99fe55114f536. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 42a26cc..77c7817 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,6 +36,6 @@ jobs: CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} run: | coverage xml && coverage report - curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-0.7.0-linux-amd64 > ./cc-test-reporter + curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter chmod +x ./cc-test-reporter ./cc-test-reporter after-build