Codeclimate Test Reporter in a Docker Container
5.6K
CodeClimate Test Reporter in a Docker Container
# build image locally
$ make dockerBuild
# test the image
$ make dockerTest
# go inside the container
$ make dockerShell
For version update, Makefile and Dockerfile need to be updated
$ make dockerBuild dockerTest$ make tagBuild Details tab, you should now see the build kicking offThis repository contains a Go example to be used for testing test coverage and Code Climate.
Skip this section if it is already there. However, you may need to commit a code change so that it sends a new code coverage.
.env file based on .env.template
CC_TEST_REPORTER_ID=the-id-from-settings$ make test$ make cleanContent type
Image
Digest
Size
14.3 MB
Last updated
over 8 years ago
docker pull amaysim/codeclimate-test-reporter:0.5.0