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

Splitting project into modules #200

Merged
merged 19 commits into from Feb 25, 2023
Merged

Splitting project into modules #200

merged 19 commits into from Feb 25, 2023

Conversation

mfvanek
Copy link
Owner

@mfvanek mfvanek commented Feb 12, 2023

No description provided.

@mfvanek mfvanek requested a review from Evreke February 12, 2023 14:20
@codecov
Copy link

codecov bot commented Feb 12, 2023

Codecov Report

Base: 100.00% // Head: 100.00% // No change to project coverage 👍

Coverage data is based on head (6651d93) compared to base (cf7c763).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@             Coverage Diff              @@
##              master      #200    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity       739       805    +66     
============================================
  Files            114       121     +7     
  Lines           1568      1734   +166     
  Branches         123       124     +1     
============================================
+ Hits            1568      1734   +166     
Impacted Files Coverage Δ
...nek/pg/generator/AbstractDbMigrationGenerator.java 100.00% <ø> (ø)
...pg/generator/AbstractOptionsAwareSqlGenerator.java 100.00% <ø> (ø)
...erator/ColumnWithSerialTypeMigrationGenerator.java 100.00% <ø> (ø)
...fvanek/pg/generator/DropDefaultValueGenerator.java 100.00% <ø> (ø)
...ub/mfvanek/pg/generator/DropSequenceGenerator.java 100.00% <ø> (ø)
...nek/pg/generator/ForeignKeyMigrationGenerator.java 100.00% <ø> (ø)
...github/mfvanek/pg/generator/GeneratingOptions.java 100.00% <ø> (ø)
...va/io/github/mfvanek/pg/generator/IdxPosition.java 100.00% <ø> (ø)
...fvanek/pg/generator/PgIdentifierNameGenerator.java 100.00% <ø> (ø)
...nek/pg/generator/PgIndexOnForeignKeyGenerator.java 100.00% <ø> (ø)
... and 115 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@mfvanek mfvanek changed the title Feature/adding model module Splitting project into modules Feb 12, 2023
build.gradle Outdated Show resolved Hide resolved
pg-index-health/build.gradle Outdated Show resolved Hide resolved
@mfvanek mfvanek marked this pull request as ready for review February 24, 2023 19:56
@mfvanek mfvanek requested a review from Evreke February 24, 2023 19:56
@sonarcloud
Copy link

sonarcloud bot commented Feb 24, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

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

100.0% 100.0% Coverage
0.0% 0.0% Duplication

@mfvanek mfvanek merged commit 27d7c4a into master Feb 25, 2023
@mfvanek mfvanek deleted the feature/adding-model-module branch February 25, 2023 18: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.

None yet

2 participants