Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
Add codeclimate config, coverage reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
Darko Kukovec committed Jan 28, 2017
1 parent 78d7229 commit 21276ab
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .codeclimate.yml
@@ -0,0 +1,14 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
fixme:
enabled: true
ratings:
paths:
"**.ts"
exclude_paths:
- dist/
- test/
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,7 @@ node_js:
install:
- npm install
script:
- npm test
- npm test
after_success:
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info

0 comments on commit 21276ab

Please sign in to comment.