This is a ruby codebase which has some tests, but not perfect coverage.
Run the following to setup a docker container and produce test coverage:
make image
make test
And run this to report those coverage results to cce-airbnb-unstable
.
CC_TEST_REPORTER_ID=IDGOESHERE make upload_coverage