-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problems with codeclimate.com integration #134
Labels
Milestone
Comments
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
kamilsk
added a commit
that referenced
this issue
Aug 8, 2019
related to codeclimate/test-reporter#378 |
#!/usr/bin/env bash
SECRET=...
docker run \
--rm -it \
-e CC_TEST_REPORTER_ID=${SECRET} \
-e CODECLIMATE=https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 \
-e GO111MODULE=on \
-w /pkg/ \
-v $(pwd):/pkg/ \
golang:1.12 \
bash -c 'curl -L $CODECLIMATE > ./cc-test-reporter; \
chmod +x ./cc-test-reporter; \
./cc-test-reporter before-build; \
make test-with-coverage-profile; \
cat c.out && ./cc-test-reporter -v; \
./cc-test-reporter after-build -d -t gocov -p $(go list -m)' |
kamilsk
added a commit
that referenced
this issue
Aug 9, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://travis-ci.org/kamilsk/retry/jobs/567990296
The text was updated successfully, but these errors were encountered: