Skip to content

Commit

Permalink
Add scrutinizer
Browse files Browse the repository at this point in the history
  • Loading branch information
w3nl committed Jul 3, 2020
1 parent a755c6d commit 2dd6c72
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1,289 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Generate a truth table very easy.
The generated truth tables can be used for e.a. test cases, if you would test a lot of situations.

[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url]
[![NPM version][npm-image]][npm-url] [![Build Status][travis-image]][travis-url] [![Coveralls Status][coveralls-image]][coveralls-url] [![Scrutinizer Code Quality][scrutinizer-image]][scrutinizer-url]

## Installation

Expand Down Expand Up @@ -91,3 +91,5 @@ https://www.npmjs.com/package/@hckrnews/logic-gates
[travis-image]: https://img.shields.io/travis/hckrnews/truth-table/master.svg
[coveralls-url]: https://coveralls.io/r/hckrnews/truth-table
[coveralls-image]: https://img.shields.io/coveralls/hckrnews/truth-table/master.svg
[scrutinizer-url]: https://scrutinizer-ci.com/g/hckrnews/truth-table/?branch=master
[scrutinizer-image]: https://scrutinizer-ci.com/g/hckrnews/truth-table/badges/quality-score.png?b=master
Loading

0 comments on commit 2dd6c72

Please sign in to comment.