-
Notifications
You must be signed in to change notification settings - Fork 2k
Grunt issue #761
Comments
@ilanbiala glad you're back :) |
@lirantal only for a little bit every so often while I'm on vacation so the notifications don't pile up. I ran into it while I'm looking into adding Coveralls to visualize our coverage. @lirantal on that note, did you have coverage set up and did you already start looking into setting up a service such as Coveralls or Codecov? |
Yes I already have a pending PR for the coverage, which I was working on for a while and I actually refactored the app.js / server.js especially to make that work :) I didn't address the coveralls though and some other items so if you want I can submit my PR and you can add your coveralls and other changes to it. |
Cool. with regards to the job you were referring to (https://travis-ci.org/meanjs/mean/jobs/74211973) and about grunt error handling - so in that case jshint doesn't fail (although if it does it doesn't fail grunt at all), and I do see an error there too which doesn't fail the grunt either. My PR is a change to grunt's 'force' option to default it to false so it fails on any other task that fails, this way we can be sure that we are catching any kind of issue, whether these are tests, or jshint conventions. Is that what you were referring to? |
Yes. |
Yes, thanks @codydaig |
Grunt's --force option seems to make a lot of our builds that shouldn't pass pass. For example, this build https://travis-ci.org/meanjs/mean/jobs/74211973 should have failed since 1 test failed, but --force made it continue. Is there a reason we are using --force @lirantal @rhutchison? Have either of you noticed this issue in any of your builds?
The text was updated successfully, but these errors were encountered: