revert: "ci: pin cc test-reporter to 0.7.0"

This reverts commit 8c2d632b78.
This commit is contained in:
NateScarlet 2020-12-22 00:32:50 +08:00
parent 8c2d632b78
commit 4484f7c854
No known key found for this signature in database
GPG Key ID: 5C242793B070309C

View File

@ -36,6 +36,6 @@ jobs:
CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}} CC_TEST_REPORTER_ID: ${{secrets.CC_TEST_REPORTER_ID}}
run: | run: |
coverage xml && coverage report 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 chmod +x ./cc-test-reporter
./cc-test-reporter after-build ./cc-test-reporter after-build