Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 846f373

Browse files
committed
Switched coveralls to use new (utPLSQL) tests for coverage reporting.
1 parent 6629114 commit 846f373

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis/coveralls_uploader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ if (process.env.COVERALLS_URL_BASE) {
99
url = 'https://coveralls.io/api/v1/jobs';
1010
}
1111

12-
fs.readFile('../old_tests/coverage.json',function (err,data) {
12+
fs.readFile('../coverage.json',function (err,data) {
1313
if (err) {
1414
return console.log(err);
1515
}

0 commit comments

Comments
 (0)