add codacy config and coverage targets

This commit is contained in:
Michael Hobbs
2017-10-02 14:19:14 -07:00
parent 5b3506584a
commit bbb38031f0
4 changed files with 22 additions and 3 deletions

View File

@@ -20,10 +20,12 @@ jobs:
- run: |
case $CIRCLE_NODE_INDEX in
0) sudo -E make -e lint ;;
1) sudo -E make -e go-tests ;;
1) sudo -E make -e go-tests ci-go-coverage;;
2) sudo -E make -e deploy-test-checks-root deploy-test-config deploy-test-multi deploy-test-go-fail-predeploy deploy-test-go-fail-postdeploy ;;
esac
- run:
shell: /bin/bash
command: sudo -E make -e test-ci
no_output_timeout: 60m
- store_artifacts:
path: ./coverage.out