Skip to content

Commit

Permalink
add codacy badge
Browse files Browse the repository at this point in the history
  • Loading branch information
icebob committed May 25, 2016
1 parent cf5269c commit 2d683d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# fakerator [![NPM version](https://img.shields.io/npm/f/fakerator.svg)](https://www.npmjs.com/package/fakerator)
> Random data generator with localization
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/939fc8b138a64c65b9827543e30dab39)](https://www.codacy.com/app/mereg-norbert/fakerator?utm_source=github.com&utm_medium=referral&utm_content=icebob/fakerator&utm_campaign=Badge_Grade)
[![Build Status](https://travis-ci.org/icebob/fakerator.svg?branch=master)](https://travis-ci.org/icebob/fakerator)
[![Coverage Status](https://coveralls.io/repos/github/icebob/fakerator/badge.svg?branch=master)](https://coveralls.io/github/icebob/fakerator?branch=master)

Expand Down
2 changes: 1 addition & 1 deletion test/specs/locales/default/lorem.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expect } from "chai";

import Fakerator from "lib/fakerator";

describe("Default names", () => {
describe("Default lorem", () => {

let fakerator;

Expand Down

0 comments on commit 2d683d8

Please sign in to comment.