-
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
Small UI fix for All maps #801
Conversation
Hi @cesswairimu can you have a look at this? |
Code Climate has analyzed commit 66b40bea and detected 0 issues on this pull request. View more on Code Climate. |
Codecov Report
@@ Coverage Diff @@
## main #801 +/- ##
==========================================
- Coverage 72.43% 70.28% -2.15%
==========================================
Files 35 35
Lines 1335 1353 +18
==========================================
- Hits 967 951 -16
- Misses 368 402 +34
|
Looks good, Thanks. I am not sure why CodeCov is failing though 🤔 |
Similarly to #802:
|
OK, added a simple integration test! This is kind of weird that for changes like this we'd need to add tests. But we can test HTML code. So, for now, why not. |
I'm not sure why this is affecting the sessions controller. I guess it's because we touch code where there is a line based on whether you're logged in? Let me try adding a test to sessions controller i guess... |
Let me try rebasing this... |
f4cf0f7
to
fca8d27
Compare
I've asked @kaustubh-nair to see if we can narrow in on what's going on here a bit... in #810! |
Hi @kaustubh-nair the codecov failure in this and #825 is similar kind like failing for project and not for patch? |
No problem @divyabaid16! |
Okay! |
OK, thanks! I'll use admin privileges to merge this in the meantime. Thanks all! |
* Small UI fix * assert_select 'h1', 'MapKnitter'
Fixes #797 (<=== Add issue number here)
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!