-
-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add test suite coverage to deployment #175
Conversation
https://travis-ci.org/devpunks/snuggsi/builds/402507678 HMMMM. Well the great news is tests work (TOO well). @tmornini @pachonk any idea why the suite is running twice? I know the tests had been running before but perhaps shouldn't be in Thoughts... 🤔 |
@brandondees @tmornini @pachonk #PING. |
¯\(ツ)/¯ |
|
Looks like it does, @brandondees |
@brandondees @rianby64 hmmm seems like |
Check this out Line 20 in 352f820
Right in the |
@rianby64 you nailed it! I would have never thought to look in there as it was @tmornini and @pachonk who worked on the integration. It feels like there should be a "integrate" an "integration" sounds like what we are doing here. Implementation details can be tucked in there. Either way feels better than having a conjunction ( I'll "WIP" something up (pun intended) 😎 |
@brandondees I guess the first question to ask is are they "bin STUBS" or "SCRIPTS"? I kinda get stubs...and scripts feels like a little more than what we are doing here (which is just #CATAT "Call A Thing A Thing") References
Tripped over this while updating https://github.com/devpunks/snuggsi/tree/master/bin#bin-scripts |
@snuggs sometimes you can't get away from what people are already calling a thing. sometimes you can (but beware the confusion you'll cause). binstubs are just scripts that can be executed directly: |
d867240
to
ffb310f
Compare
@tmornini done and done! Bash scripting you'd be proud of. :-) |
@snuggs see, that wasn't so hard was it? |
Going off the awesome work we did in #164 we now have a fairly stable (and well tested) build pipeline.
🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 #WOOT!!!! 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉 🎉
Coverage & Lint are on deck.
Thanks for setting the
bin/crank
foundation @tmornini @pachonk. NOW is where the rubber meets the road.