Coveralls badge

This commit is contained in:
Luke Page 2015-08-03 22:40:03 +01:00
parent 3a3b1ef242
commit a3620b0f02
2 changed files with 6 additions and 6 deletions

View file

@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/lukeapage/pngjs2.svg?branch=master)](https://travis-ci.org/lukeapage/pngjs2) [![Build status](https://ci.appveyor.com/api/projects/status/tb8418jql1trkntd/branch/master?svg=true)](https://ci.appveyor.com/project/lukeapage/pngjs2/branch/master) [![npm version](https://badge.fury.io/js/pngjs2.svg)](http://badge.fury.io/js/pngjs2) [![Build Status](https://travis-ci.org/lukeapage/pngjs2.svg?branch=master)](https://travis-ci.org/lukeapage/pngjs2) [![Build status](https://ci.appveyor.com/api/projects/status/tb8418jql1trkntd/branch/master?svg=true)](https://ci.appveyor.com/project/lukeapage/pngjs2/branch/master) [![Coverage Status](https://coveralls.io/repos/lukeapage/pngjs2/badge.svg?branch=master&service=github)](https://coveralls.io/github/lukeapage/pngjs2?branch=master) [![npm version](https://badge.fury.io/js/pngjs2.svg)](http://badge.fury.io/js/pngjs2)
pngjs2 pngjs2
======== ========
Simple PNG encoder/decoder for Node.js with no dependencies. Simple PNG encoder/decoder for Node.js with no dependencies.

View file

@ -24,7 +24,7 @@ module.exports = function(done) {
files.forEach(function (file) { files.forEach(function (file) {
console.log(file); //console.log(file);
var expectedError = false; var expectedError = false;
if (file.match(/^x/)) { if (file.match(/^x/)) {
expectedError = true; expectedError = true;