-
Notifications
You must be signed in to change notification settings - Fork 81
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
Align ajv usage #1253
Align ajv usage #1253
Conversation
The failures are not related to this PR. Also, they make sense since a TM cannot be fetched from example.com. However, I do not know how it passed so far... |
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.
LGTM :) Should the package-lock.json
also be updated before merging, though (by running npm install
)?
@JKRhb you are right, sorry for the oversight |
Mhh, I agree the changes look sane.
I checked it out locally and everything is fine. Hence I created #1254. |
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.
Thank you Ege!
Btw we should NOT merge this since I'm actually not using the formats yet or at least not close the linked issue. https://github.com/eclipse-thingweb/node-wot/blob/master/packages/binding-opcua/src/codec.ts#L51 also has format keyword commented so I'm guessing there it is not used either? |
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](expressjs/express@4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1253 +/- ##
==========================================
- Coverage 77.81% 77.79% -0.03%
==========================================
Files 84 84
Lines 17523 17507 -16
Branches 1781 1781
==========================================
- Hits 13635 13619 -16
Misses 3853 3853
Partials 35 35 ☔ View full report in Codecov by Sentry. |
The tests finally pass but I am not sure if there is any test testing the usage of any format in a data schema |
fixes #1245