Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
coveralls
1 parent 6629114 commit 846f373Copy full SHA for 846f373
1 file changed
.travis/coveralls_uploader.js
@@ -9,7 +9,7 @@ if (process.env.COVERALLS_URL_BASE) {
9
url = 'https://coveralls.io/api/v1/jobs';
10
}
11
12
-fs.readFile('../old_tests/coverage.json',function (err,data) {
+fs.readFile('../coverage.json',function (err,data) {
13
if (err) {
14
return console.log(err);
15
0 commit comments