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

Unit tests for generateSchema method #1317

Merged
merged 1 commit into from
Jan 19, 2022

Conversation

roxaneletourneau
Copy link
Collaborator

Thank you for your contribution to Taquito.

Before submitting this PR, please make sure:

  • Your code builds cleanly without any errors or warnings
  • You have added unit tests
  • You have added integration tests (if relevant/appropriate)
  • All public methods or types have TypeDoc coverage with a complete description, and ideally an @example
  • You have added or updated corresponding documentation
  • If relevant, you have written a first draft summary describing the change for inclusion in Release Notes.

Release Note Draft Snippet

If relevant, please write a summary of your change that will be suitable for
inclusion in the Release Notes for the next Taquito release.

@github-actions
Copy link

New packages have been deployed to the preview repository at https://npm.preview.tezostaquito.io/.

Published packages:

npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/
npm i @taquito/[email protected] --registry https://npm.preview.tezostaquito.io/

@codecov-commenter
Copy link

Codecov Report

Merging #1317 (c8bfc2d) into extractSchema (bc7fa42) will increase coverage by 0.46%.
The diff coverage is n/a.

Impacted file tree graph

@@                Coverage Diff                @@
##           extractSchema    #1317      +/-   ##
=================================================
+ Coverage          79.02%   79.49%   +0.46%     
=================================================
  Files                187      187              
  Lines               9966     9957       -9     
  Branches            2373     2373              
=================================================
+ Hits                7876     7915      +39     
+ Misses              2080     2032      -48     
  Partials              10       10              
Impacted Files Coverage Δ
packages/taquito-utils/src/validators.ts 93.18% <0.00%> (-1.16%) ⬇️
...es/taquito-michelson-encoder/src/schema/storage.ts 81.73% <0.00%> (+1.73%) ⬆️
...ges/taquito-michelson-encoder/src/tokens/bigmap.ts 64.40% <0.00%> (+3.38%) ⬆️
...ges/taquito-michelson-encoder/src/tokens/option.ts 96.49% <0.00%> (+3.50%) ⬆️
...ckages/taquito-michelson-encoder/src/tokens/map.ts 86.79% <0.00%> (+3.77%) ⬆️
...kages/taquito-michelson-encoder/src/tokens/list.ts 83.33% <0.00%> (+4.16%) ⬆️
.../taquito-michelson-encoder/src/schema/parameter.ts 74.41% <0.00%> (+4.65%) ⬆️
...ges/taquito-michelson-encoder/src/tokens/ticket.ts 97.36% <0.00%> (+5.26%) ⬆️
...uito-michelson-encoder/src/tokens/sapling-state.ts 83.33% <0.00%> (+5.55%) ⬆️
...ages/taquito-michelson-encoder/src/tokens/token.ts 100.00% <0.00%> (+5.55%) ⬆️
... and 6 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update bc7fa42...c8bfc2d. Read the comment docs.

@cloudflare-workers-and-pages
Copy link

Deploying with  Cloudflare Pages  Cloudflare Pages

Latest commit: c8bfc2d
Status: ✅  Deploy successful!
Preview URL: https://3b232341.taquito.pages.dev

View logs

@roxaneletourneau roxaneletourneau merged commit 89ea471 into extractSchema Jan 19, 2022
@roxaneletourneau roxaneletourneau deleted the extract-schema-tests branch January 19, 2022 23:21
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.

3 participants