-
Notifications
You must be signed in to change notification settings - Fork 60
Conversation
3823681
to
d9057a9
Compare
d9057a9
to
1fff6e2
Compare
@@ -14,7 +14,7 @@ module.exports = function (config) { | |||
preprocessors: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the jenkins constant, and karma-coveralls(maybe, depends on the way lcov gets made...)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
onJenkins
is still used to decide whether generate html
or lcov
report.
I removed the karma-coveralls
, dependency.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok great :)
Jenkinsfile
Outdated
@@ -76,6 +76,7 @@ node('lisk-nano-01'){ | |||
# Run test | |||
cd $WORKSPACE | |||
npm run test | |||
cat coverage/*/lcov.info | coveralls -v |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add a new line and a comment that we are submitting coverage here.
Closes #276