Skip to content

Commit 5fededf

Browse files
committed
remove code climate from CI
1 parent 81aaf4b commit 5fededf

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,20 +68,15 @@ jobs:
6868
bundle exec rake db:schema:load
6969
bundle exec rails assets:precompile
7070
71-
- name: Run rspec and upload code coverage
71+
- name: Run rspec
7272
env:
7373
DATABASE_HOST: localhost
7474
POSTGRES_USER: postgres
7575
CASA_DATABASE_PASSWORD: password
7676
POSTGRES_HOST_AUTH_METHOD: trust
7777
RUN_SIMPLECOV: true
78-
CC_TEST_REPORTER_ID: 31464536e34ab26588cb951d0fa6b5898abdf401dbe912fd47274df298e432ac
7978
run: |
80-
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
8379
RUBYOPT='-W:no-deprecated -W:no-experimental' bundle exec rspec
84-
./cc-test-reporter after-build --exit-code $?
8580
8681
- name: Archive selenium screenshots
8782
if: ${{ failure() }}

0 commit comments

Comments
 (0)