mirror of
https://github.com/danbulant/pngjs
synced 2026-07-10 05:30:54 +00:00
Coveralls badge
This commit is contained in:
parent
3a3b1ef242
commit
a3620b0f02
2 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
[](https://travis-ci.org/lukeapage/pngjs2) [](https://ci.appveyor.com/project/lukeapage/pngjs2/branch/master) [](http://badge.fury.io/js/pngjs2)
|
||||
[](https://travis-ci.org/lukeapage/pngjs2) [](https://ci.appveyor.com/project/lukeapage/pngjs2/branch/master) [](https://coveralls.io/github/lukeapage/pngjs2?branch=master) [](http://badge.fury.io/js/pngjs2)
|
||||
pngjs2
|
||||
========
|
||||
Simple PNG encoder/decoder for Node.js with no dependencies.
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@ module.exports = function(done) {
|
|||
|
||||
files.forEach(function (file) {
|
||||
|
||||
console.log(file);
|
||||
//console.log(file);
|
||||
var expectedError = false;
|
||||
if (file.match(/^x/)) {
|
||||
expectedError = true;
|
||||
|
|
|
|||
Loading…
Reference in a new issue