karma-coveralls
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -88,2 +88,8 @@ var fs = require('fs'); | ||
} | ||
if (!response) { | ||
// Unknown error, response object mysteriously undefined. | ||
response = { | ||
statusCode: 0 | ||
}; | ||
} | ||
if ((response.statusCode >= 200 && response.statusCode < 300) && isJSON) { | ||
@@ -90,0 +96,0 @@ // TODO: log success sending to coveralls.io |
{ | ||
"name": "karma-coveralls", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A karma plugin which uploads coverage reports to coveralls.io", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7403
101