Skip to content
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

Merged
merged 168 commits into from
Sep 13, 2024
Merged

Tests #64

merged 168 commits into from
Sep 13, 2024

Conversation

R11manish
Copy link
Member

Unit test

  • data model test
  • account modules test

Siddharth9890 and others added 30 commits April 26, 2024 20:38
# [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))
Siddharth9890 and others added 25 commits September 10, 2024 12:10
…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
Copy link

codecov bot commented Sep 13, 2024

Codecov Report

Attention: Patch coverage is 97.35849% with 7 lines in your changes missing coverage. Please review.

Project coverage is 97.35%. Comparing base (3795025) to head (de67427).
Report is 171 commits behind head on main.

Files with missing lines Patch % Lines
src/modules/data-asset/data-asset.ts 96.61% 2 Missing ⚠️
src/services/crypto-service.ts 86.66% 2 Missing ⚠️
src/helpers/custom-error.ts 90.00% 1 Missing ⚠️
src/services/solana-service.ts 90.90% 1 Missing ⚠️
src/services/validator-service.ts 98.36% 1 Missing ⚠️
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.
📢 Have feedback on the report? Share it here.

@R11manish R11manish merged commit dd3a7b7 into main Sep 13, 2024
5 checks passed
@R11manish R11manish deleted the tests branch September 13, 2024 11:46
@Siddharth9890 Siddharth9890 restored the tests branch September 13, 2024 12:46
@Siddharth9890 Siddharth9890 deleted the tests branch September 14, 2024 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants