-
Notifications
You must be signed in to change notification settings - Fork 9
Tech debt: Fixed linting errors and skipped tests #1063
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
Conversation
|
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1063 +/- ##
==========================================
- Coverage 67.55% 67.34% -0.22%
==========================================
Files 403 403
Lines 12570 12580 +10
Branches 2106 2105 -1
==========================================
- Hits 8492 8472 -20
- Misses 3538 3557 +19
- Partials 540 551 +11
... and 6 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Openshift URLs for the PR Deployment: |
al-rosenthal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🍡
|
Found an issue: If you edit the map, and select a layer from the dropdown (nrm regional boundaries in my case), you get an infinite loop of requests to the openmaps service. I confirmed this is not the case in Dev. It looks like |
al-rosenthal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ran this locally and it works as expected
🐇
|
@curtisupshall Maps seem happier after the latest changes from what I can tell. There is still 1 dependency error popping up though, in ProjectAdvancedFilters.tsx L91. I did give it a try locally, and adding the dependency (biohubApi.taxonomy) it is complaining about seems to work just fine (doesn't trigger any loops or anything). |
|
SonarCloud Quality Gate failed.
|
KjartanE
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐈
al-rosenthal
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🗺️
* Fixed linting errors * Removed some test skips * ignore-skip * Removed some snapshots * ran fix, removed comment * Updated hook dependencies * Added useMemo for debounce call * add useMemo dependency --------- Co-authored-by: Alfred Rosenthal <[email protected]> Co-authored-by: Nick Phura <[email protected]>










Fixes frontend linting errors and skipped tests.