Sha256: c7908c19316acb96feb06ba4342d6622f5df451e86bb8b7dfa906d61107b6387

Contents?: true

Size: 360 Bytes

Versions: 1

Compression:

Stored size: 360 Bytes

Contents

cache restore cc-test-reporter-$(date +%F)

if [ -f 'cc-test-reporter' ]; then
  echo 'found test reporter in cache'
else
  curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
  chmod +x ./cc-test-reporter
  cache store cc-test-reporter-$(date +%F) cc-test-reporter
fi

./cc-test-reporter before-build

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
railjet-3.2.0 .semaphore/setup_codeclimate_test_coverage.sh