Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2687 +/- ##
=======================================
Coverage 97.44% 97.44%
=======================================
Files 136 136
Lines 5317 5317
=======================================
Hits 5181 5181
Misses 136 136
🚀 New features to boost your workflow:
|
a459593 to
98226ec
Compare
sl0thentr0py
left a comment
There was a problem hiding this comment.
fine since this is just a helper script, if we want to actually make CI consistent with local dev, we should look at something like
https://github.com/thoughtbot/appraisal
98226ec to
cc4f53c
Compare
@sl0thentr0py happy to evaluate it, I used it a bunch of times a long time ago but had some issues with it (can't remember what exactly though). I added the script mostly because it manages dedicate lock files, which helped with bundling and made it faster. |
This adds
bin/testCLI for running Rails test suite locally against different rails versions. It's just for convenience and I've found it very helpful (FWIW).The other updates in gemfiles fixed bundling issues that I experienced while running tests (CI didn't catch it because we don't run all of possible combinations).
Depends on #2688
#skip-changelog