-
Notifications
You must be signed in to change notification settings - Fork 9
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
SIMSBIOHUB-8: Validation/Transformation Updates/Cleanup #1036
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #1036 +/- ##
==========================================
- Coverage 67.71% 67.67% -0.04%
==========================================
Files 394 392 -2
Lines 12196 12208 +12
Branches 2076 2083 +7
==========================================
+ Hits 8258 8262 +4
- Misses 3424 3433 +9
+ Partials 514 513 -1
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Updates to date handling in transformation code.
Openshift URLs for the PR Deployment: |
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.
Looks great! +1 for all the documentation added to all the validators 😎
93d83ca
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
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.
🍏
Overview
Links to Jira tickets
Not directly related to SIMSBIOHUB-8, but some things noticed while working in the biohubbc-utils repo.
Description of relevant changes
notifications.ts
const.xlsx-transform-json-path-queries.ts
as it is a helper file used in building configs (used in biohubbc-utils) but never used in SIMS.object
types to beRecord<string,any>
.PR Checklist
A list of items that are good to consider when making any changes.
Note: this list is not exhaustive, and not all items are always applicable.
Code
Style
Documentation
Tests
Linting/Formatting
See the
lint
commands in package.jsonSee the
format
commands in package.jsonSonarCloud