Skip to content
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

CodeClimate re-integration #30

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

CodeClimate re-integration #30

wants to merge 1 commit into from

Conversation

ryan-hamblin
Copy link
Contributor

I ended up merging some trivial test updates so now that we're wired up again I'm ready to reinclude the test step.

@tinomen and @ashtilawat23 I don't know that we need both a test step and coverage step. But I'll differ to y'all on that idea.

This PR simply adds the steps in the build to publish back the coverage report from jest to Code Climate.

image

If you install the CodeClimate browser extension you should see those badges 👆 at the top of the repo page.

@ryan-hamblin ryan-hamblin requested a review from tinomen March 23, 2022 19:46
@@ -25,6 +25,21 @@ jobs:
- name: Install dependencies
run: npm install
- run: npm run lint
test:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree, we don't need both test and coverage. Let's just merge these so the test run will upload to CC

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.

2 participants