Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: temporarily disable coveralls #417

Merged
merged 6 commits into from
Feb 18, 2019
Merged

fix: temporarily disable coveralls #417

merged 6 commits into from
Feb 18, 2019

Conversation

jbadan
Copy link
Contributor

@jbadan jbadan commented Feb 18, 2019

Description

Coveralls is currently causing all builds to fail in Travis. This is a known recurring issue on their end:
lemurheavy/coveralls-public#1264

This PR allows coveralls to fail without stopping the build.

related to #416

@jbadan jbadan requested a review from a team February 18, 2019 23:28
.travis.yml Outdated
@@ -9,7 +9,7 @@ script:
jobs:
include:
- stage: Lint and Test
script: npm run lint && npm run test:coveralls && npm run size
script: npm run lint && npm run test && npm run size && npm run test:coveralls
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we run npm run lint && npm run test:coverage && npm run size && npm run test:coveralls and then edit the npm run test:coveralls command to just pipe the coverage info to coveralls instead of running the tests again?

Copy link
Contributor

@mobot11 mobot11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good 🚢

@jbadan jbadan merged commit 2c9da2c into master Feb 18, 2019
@jbadan jbadan deleted the chore/coveralls-test branch February 18, 2019 23:55
greg-a-smith pushed a commit that referenced this pull request Mar 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants