davecom/SwiftGraph

View on GitHub
BuildScripts/osx_coverage_before.sh

Summary

Maintainability
Test Coverage
#!/bin/bash
set -ev
curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-darwin-amd64 > ./cc-test-reporter
chmod +x ./cc-test-reporter
./cc-test-reporter before-build