-
Notifications
You must be signed in to change notification settings - Fork 1
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
Tests #64
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
feat: Added v3 classes and test
# [2.1.0-develop.1](v2.0.0...v2.1.0-develop.1) (2024-05-13) ### Features * added pda v3 class,tests,mocks,stubs ([a0e4ced](a0e4ced)) * **auth:** finished auth class methods and tests ([36113fe](36113fe)) * changed folder structure for v2 and v3 queries and mutations ([60959be](60959be)) * **GatewayV3:** added gateway v3 class ([1bb6ddc](1bb6ddc)) * **organization:** finished organization class methods and tests ([d6445ca](d6445ca)) * **pda:** finished pda methods and tests ([a99497b](a99497b)) * started process of adding v3 queries and mutations ([d3338d0](d3338d0)) * tests for data-model class ([878b0ba](878b0ba)) * **user:** finished user class methods and tests ([549e539](549e539)) * v3 datamodel class ([ce60e7b](ce60e7b))
…asset-class tests: added unit test for data assets && auth
# [2.1.0-develop.14](v2.1.0-develop.13...v2.1.0-develop.14) (2024-09-12) ### Bug Fixes * added enum support to script ([9fd1483](9fd1483)) * added types.ts to eslintignore ([acdc241](acdc241)) * removed config from account class ([8c53d2f](8c53d2f)) * removed model prefix from types ([f18c913](f18c913)) * updated types as per swagger ([3f9a8bd](3f9a8bd)) ### Features * added setup for unit test ([52f62c2](52f62c2))
…asset-class tests: modifed unit test for data assets
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #64 +/- ##
==========================================
+ Coverage 92.66% 97.35% +4.68%
==========================================
Files 22 14 -8
Lines 532 265 -267
Branches 35 49 +14
==========================================
- Hits 493 258 -235
+ Misses 39 7 -32 ☔ View full report in Codecov by Sentry. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Unit test