-
Notifications
You must be signed in to change notification settings - Fork 204
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
Schematask #1007
base: main
Are you sure you want to change the base?
Schematask #1007
Conversation
Code Climate has analyzed commit 5b1f882 and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## main #1007 +/- ##
=====================================
Coverage 73.7% 73.7%
=====================================
Files 40 40
Lines 1388 1388
=====================================
Hits 1023 1023
Misses 365 365 |
@jywarren like mentioned before, I don't think we should keep this file as there are a lot of opportunities for human error when the
If we decided to move forward with 2 instead of 1, we should merge this so they are up to date and i will follow up with a PR to make the rake task run whenever the original |
not sure why the exporter test is failing now, if the last merged PR into main was mine and it wasn't failing there... @alaxalves I think you've manaegd to fix this before? FAIL["test_should_export_warpable_using_isolated_exporter_lib", #<Minitest::Reporters::Suite:0x00007f96dec02598 @name="ExporterTest">, 30.35520500014536]
test_should_export_warpable_using_isolated_exporter_lib#ExporterTest (30.36s)
Expected false to be truthy.
test/models/exporter_test.rb:38:in `block in <class:ExporterTest>' |
It makes no sense this test to be breaking. I have no idea 😄 😄 😄 |
It didn't fail on another PR I just pushed #1011 . But is consistently failing here locally too 🤔 |
Very strange re: exporter test... 😕 As to schema.rb, in plots2 we have for a long time not tracked In fact, we even have a Dangerfile line to warn people to keep What do you think? |
Yeah sounds good! Rails docs say to resolve mergee conflicts just run How would you like to proceed here? @jywarren |
Fixes #1006
#959 (<=== Add issue number here)
Also #938 but this updates using a rake task which is at least safer than copy paste
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/mapknitter-reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!