Skip to content

Commit 494c8a4

Browse files
committed
Repo name case insensitive in coverage
1 parent a42db67 commit 494c8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coverage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ const coverage = function(path, repo, sha, callback) {
106106
else {return true};
107107
});
108108
//console.log(obj.source_files[0].coverage.length);
109-
formatCoverage(modules[repo], rigboxPath, callback);
109+
formatCoverage(modules[repo.toLowerCase()], rigboxPath, callback);
110110
});
111111
});
112112
};

0 commit comments

Comments
 (0)