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 replying back to a message in a thread & Introduce module specific errors #248

Merged
merged 17 commits into from
Nov 20, 2023

Conversation

niveathika
Copy link
Contributor

@niveathika niveathika commented Nov 15, 2023

Purpose

Fixes: ballerina-platform/ballerina-library#5761
Fixes: ballerina-platform/ballerina-library#5762

Examples

Checklist

  • Linked to an issue
  • Updated the specification
  • Updated the changelog
  • Added tests
  • Checked native-image compatibility

Copy link

codecov bot commented Nov 15, 2023

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (8b83725) 91.35% compared to head (612699b) 90.84%.
Report is 13 commits behind head on master.

❗ Current head 612699b differs from pull request most recent head 023f8a9. Consider uploading reports for the commit 023f8a9 to get more accurate results

Files Patch % Lines
ballerina/data_mappings.bal 95.23% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #248      +/-   ##
==========================================
- Coverage   91.35%   90.84%   -0.52%     
==========================================
  Files           7        7              
  Lines         868      874       +6     
  Branches      368      362       -6     
==========================================
+ Hits          793      794       +1     
- Misses         75       80       +5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@niveathika niveathika requested a review from daneshk November 15, 2023 10:49
@niveathika niveathika changed the title Add replying back to a message in a thread Add replying back to a message in a thread & Introduce module specific errors Nov 15, 2023
ballerina/errors.bal Outdated Show resolved Hide resolved
daneshk
daneshk previously approved these changes Nov 20, 2023
@niveathika niveathika merged commit 5680e1a into master Nov 20, 2023
1 check passed
@niveathika niveathika deleted the dev branch November 20, 2023 07:25
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.

Introduce gmail module specific errors Introduce reply back functionality in gmail connector
2 participants