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

Add support to ballerina table and tuple type #16

Merged
merged 6 commits into from
Jun 30, 2022

Conversation

MohamedSabthar
Copy link
Member

@MohamedSabthar MohamedSabthar commented Jun 30, 2022

Purpose

$Subject

Fixes: #3043, #3046

Examples

Checklist

  • Linked to an issue
  • Updated the changelog
  • Added tests

@codecov
Copy link

codecov bot commented Jun 30, 2022

Codecov Report

Merging #16 (a6684ab) into main (d455ca4) will increase coverage by 0.19%.
The diff coverage is 93.83%.

@@             Coverage Diff              @@
##               main      #16      +/-   ##
============================================
+ Coverage     93.03%   93.23%   +0.19%     
- Complexity      191      274      +83     
============================================
  Files            12       12              
  Lines           905     1301     +396     
  Branches         78      113      +35     
============================================
+ Hits            842     1213     +371     
- Misses           36       47      +11     
- Partials         27       41      +14     
Impacted Files Coverage Δ
...ain/java/io/ballerina/stdlib/serdes/Constants.java 100.00% <ø> (ø)
.../java/io/ballerina/stdlib/serdes/Deserializer.java 89.56% <90.10%> (+0.28%) ⬆️
...va/io/ballerina/stdlib/serdes/SchemaGenerator.java 93.54% <93.54%> (-0.05%) ⬇️
...in/java/io/ballerina/stdlib/serdes/Serializer.java 93.51% <96.66%> (+1.43%) ⬆️
...rc/main/java/io/ballerina/stdlib/serdes/Utils.java 95.45% <100.00%> (+0.71%) ⬆️

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 d455ca4...a6684ab. Read the comment docs.

@MohamedSabthar MohamedSabthar marked this pull request as ready for review June 30, 2022 05:36
changelog.md Outdated Show resolved Hide resolved
@MohamedSabthar MohamedSabthar merged commit bcc4dc9 into ballerina-platform:main Jun 30, 2022
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.

Add support to ballerina table type
2 participants