mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
#284 coveralls integration
This commit is contained in:
2
ng2-components/ng2-alfresco-login/.coveralls.yml
Normal file
2
ng2-components/ng2-alfresco-login/.coveralls.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
service_name: travis-pro
|
||||
repo_token: ggYiqjz07LvGwAKJ4Ezffr9iLiltNyNHP
|
@@ -69,7 +69,7 @@ module.exports = function (config) {
|
||||
],
|
||||
|
||||
// Coverage reporter generates the coverage
|
||||
reporters: ['mocha', 'coverage', 'kjhtml'],
|
||||
reporters: ['mocha', 'coverage', 'coveralls', 'kjhtml'],
|
||||
|
||||
// Source files that you wanna generate coverage for.
|
||||
// Do not include tests or libraries (these files will be instrumented by Istanbul)
|
||||
@@ -83,7 +83,8 @@ module.exports = function (config) {
|
||||
reporters: [
|
||||
{type: 'text'},
|
||||
{type: 'json', file: 'coverage-final.json'},
|
||||
{type: 'html'}
|
||||
{type: 'html'},
|
||||
{type: 'lcov'}
|
||||
]
|
||||
}
|
||||
};
|
||||
|
@@ -83,17 +83,18 @@
|
||||
"rimraf": "2.5.2",
|
||||
"ng2-translate": "2.2.2",
|
||||
"ng2-alfresco-core": "0.1.35",
|
||||
"alfresco-js-api": "0.1.0"
|
||||
"alfresco-js-api": "0.1.0",
|
||||
"coveralls": "^2.11.9"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "2.1.0",
|
||||
"coveralls": "2.11.9",
|
||||
"cpx": "1.3.1",
|
||||
"http-server": "0.8.5",
|
||||
"jasmine-core": "2.4.1",
|
||||
"karma": "0.13.22",
|
||||
"karma-chrome-launcher": "1.0.1",
|
||||
"karma-coverage": "1.0.0",
|
||||
"karma-coveralls": "^1.1.2",
|
||||
"karma-jasmine": "1.0.2",
|
||||
"karma-mocha-reporter": "2.0.3",
|
||||
"karma-jasmine-html-reporter": "0.2.0",
|
||||
|
Reference in New Issue
Block a user