Skip to content

Conversation

@justinxyy
Copy link

This PR addresses issue #2047: “Consider adding CodeClimate and/or other code coverage reporting tooling to dev container config.”

Right now, the devcontainer image doesn't include the Code Climate test reporter, so contributors can't easily run the same coverage tooling locally that CI uses.

What changed

  • Updated .devcontainer/Dockerfile to install the Code Climate test reporter binary (cc-test-reporter) in the devcontainer image.

This keeps the devcontainer closer to the CI environment and lets contributors run Code Climate coverage commands from inside the container.

Testing

  • Relied on tenants2’s existing CI pipeline for this change. The CI build for this branch includes building the devcontainer image and running the tests, so a green run tells us the Dockerfile change didn’t break the environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant