DEV Community

Discussion on: What was your win this week?

Collapse
 
dance2die profile image
Sung M. Kim

This week, I added code climate check for one my open source library.
It was tough to get code coverage test work but with help from Dave Follett 👊,

10+ commits

I got it working last night.

Add test coverage task list #54

Test Coverage tasks

  • [x] Add test coverage flag to Jest: reference
  • [x] Add Code Climate configuration to CircleCI: example
  • [x] Add Code Climate test coverage badge: markdown

Validate CircleCI configuration file

And a CircleCI issue was due to an indentation error, which Dave pointed out 😛

wow

Collapse
 
ben profile image
Ben Halpern

CodeClimate 👌

Tremendous tool

Thread Thread
 
dance2die profile image
Sung M. Kim

Uber cool.

It reminds you of the time when you first used eslint(or Resharper) and see massive errors 😛

Thread Thread
 
davefollett profile image
Dave Follett

In addition to being a great tool, Code Climate generously gives itself away for free to open source. Amazing stuff.