Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Fix coverage reports - Closes #276 #537

Merged
merged 4 commits into from
Jul 31, 2017
Merged

Fix coverage reports - Closes #276 #537

merged 4 commits into from
Jul 31, 2017

Conversation

slaweet
Copy link
Contributor

@slaweet slaweet commented Jul 31, 2017

Closes #276

@slaweet slaweet force-pushed the 276-fix-coveralls branch from d9057a9 to 1fff6e2 Compare July 31, 2017 13:00
@@ -14,7 +14,7 @@ module.exports = function (config) {
preprocessors: {

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...)

Copy link
Contributor Author

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.

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

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants