updated mocha-cov dependency to be custom fork that provides valuable information to coveralls, added engine info to package.json, disable styles for codeship, switched to code based pattern that is very specific since the entire es-js repo is stored withing a src directory on codeship
This commit is contained in:
@ -10,7 +10,7 @@ var browserify = require('browserify');
|
||||
var pkg = require(root + '/package.json');
|
||||
|
||||
var testFiles = {
|
||||
unit: 'test/unit/test_!(' + [
|
||||
unit: 'test/unit/tests/!(' + [
|
||||
'file_logger',
|
||||
'http_connector',
|
||||
'stdio_logger',
|
||||
@ -18,7 +18,7 @@ var testFiles = {
|
||||
'stream_logger',
|
||||
'tracer_logger',
|
||||
'transport_with_server',
|
||||
].join('|') + ')*',
|
||||
].join('|') + ')*.js',
|
||||
build: 'test/unit/browser_builds/*.js'
|
||||
};
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// I know this is horrible
|
||||
// I just don't want the keys searchable on github
|
||||
module.exports = JSON.parse(new Buffer(
|
||||
'eyJzYXVjZWxhYnNfdXNlciI6ImVsYXN0aWNzZWFyY2gtanMiLCJzYXVjZWxhYnMiOiIyNGY0OWUwNy1kODJmLTQwNjctODU0ZS1kODE1ZWJkMTVlNDYifQ==',
|
||||
'eyJ1c2VyIjoiZWxhc3RpY3NlYXJjaC1qcyIsImtleSI6IjI0ZjQ5ZTA3LWQ4MmYtNDA2Ny04NTRlLWQ4MTVlYmQxNWU0NiJ9',
|
||||
'base64'
|
||||
).toString('utf8'));
|
||||
Reference in New Issue
Block a user