We are using Coveralls to track our code coverage and Code Climate to analyze the complexity our code base.
Code coverage information is generated using istanbuljs
and then later uploaded to both
Coveralls and
Code Climate via
.github/workflows/coverage.yml
after each Pull Request.
CC_TEST_REPORTER_ID
is set via GitHub encrypted
secrets
and not exposed to the public as they are private tokens.