Skip to content

Commit 5568114

Browse files
committed
Set our desired codeclimate engines, add badge.
1 parent ea8c37b commit 5568114

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.codeclimate.yml

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
engines:
2+
coffeelint:
3+
enabled: true
4+
fixme:
5+
enabled: true
6+
duplication:
7+
enabled: true
8+
19
ratings:
210
paths:
311
- src/**

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# testdouble.js
22

33
[![Build Status](https://secure.travis-ci.org/testdouble/testdouble.js.svg)](http://travis-ci.org/testdouble/testdouble.js) [![npmjs](https://img.shields.io/badge/npm-testdouble-red.svg)](https://www.npmjs.com/package/testdouble)
4+
[![Test Coverage](https://codeclimate.com/github/testdouble/testdouble.js/badges/coverage.svg)](https://codeclimate.com/github/testdouble/testdouble.js/coverage)
45

56
Welcome! Are you writing JavaScript tests and in the market for a mocking library to
67
fake out real things for you? testdouble.js is an opinionated, carefully-designed

0 commit comments

Comments
 (0)