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 compiler plugin validations for PostgreSQL data types #265

Merged
merged 7 commits into from
Nov 30, 2023

Conversation

kaneeldias
Copy link
Contributor

Purpose

$subject

Related: ballerina-platform/ballerina-library#5829

Examples

Checklist

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

Copy link

codecov bot commented Nov 29, 2023

Codecov Report

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

Comparison is base (e850636) 88.69% compared to head (18d623b) 88.65%.

Files Patch % Lines
.../persist/compiler/utils/ValidatorsByDatastore.java 85.71% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #265      +/-   ##
============================================
- Coverage     88.69%   88.65%   -0.04%     
- Complexity      334      343       +9     
============================================
  Files            30       30              
  Lines          1097     1111      +14     
  Branches        133      134       +1     
============================================
+ Hits            973      985      +12     
- Misses           74       75       +1     
- Partials         50       51       +1     

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

@kaneeldias kaneeldias changed the title Add support for compiler plugin validations for PostgreSQL Add compiler plugin validations for PostgreSQL data types Nov 30, 2023
changelog.md Outdated Show resolved Hide resolved
Copy link

sonarcloud bot commented Nov 30, 2023

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
4.7% 4.7% Duplication

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint

@kaneeldias kaneeldias merged commit cca5690 into ballerina-platform:main Nov 30, 2023
6 of 8 checks passed
@kaneeldias kaneeldias deleted the postgresql branch November 30, 2023 04:30
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.

2 participants