We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31027c1 commit 81aaf4bCopy full SHA for 81aaf4b
.github/workflows/rspec.yml
@@ -77,7 +77,7 @@ jobs:
77
RUN_SIMPLECOV: true
78
CC_TEST_REPORTER_ID: 31464536e34ab26588cb951d0fa6b5898abdf401dbe912fd47274df298e432ac
79
run: |
80
- curl -fsSL https://github.com/codeclimate/test-reporter/releases/latest/download/cc-test-reporter-linux-amd64 -o ./cc-test-reporter
+ curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
81
chmod +x ./cc-test-reporter
82
./cc-test-reporter before-build
83
RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec
0 commit comments