-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue 207 #269
Conversation
I had to suppress some spot bugs warnings, is it OK? If not, could you, please, give me a hint, how to meet the requirements? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #269 +/- ##
============================================
+ Coverage 98.22% 98.48% +0.25%
- Complexity 55 70 +15
============================================
Files 19 24 +5
Lines 169 198 +29
Branches 3 5 +2
============================================
+ Hits 166 195 +29
Misses 2 2
Partials 1 1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
Use https://github.com/mfvanek/pg-index-health-demo/blob/master/config/spotbugs/exclude.xml
|
...c/test/java/io/github/mfvanek/pg/index/health/demo/controller/DbMigrationControllerTest.java
Outdated
Show resolved
Hide resolved
...mo/src/main/java/io/github/mfvanek/pg/index/health/demo/dto/ForeignKeyMigrationResponse.java
Outdated
Show resolved
Hide resolved
...o/src/main/java/io/github/mfvanek/pg/index/health/demo/controller/DbMigrationController.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/github/mfvanek/pg/index/health/demo/service/DbMigrationGeneratorService.java
Outdated
Show resolved
Hide resolved
...emo/src/main/java/io/github/mfvanek/pg/index/health/demo/dto/ForeignKeyMigrationRequest.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/github/mfvanek/pg/index/health/demo/service/DbMigrationGeneratorService.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/github/mfvanek/pg/index/health/demo/service/DbMigrationGeneratorService.java
Outdated
Show resolved
Hide resolved
I have another question. copied from logs
Is it OK? |
...mo/src/main/java/io/github/mfvanek/pg/index/health/demo/config/MigrationGeneratorConfig.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/github/mfvanek/pg/index/health/demo/service/DbMigrationGeneratorService.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/github/mfvanek/pg/index/health/demo/service/DbMigrationGeneratorService.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/github/mfvanek/pg/index/health/demo/service/DbMigrationGeneratorService.java
Outdated
Show resolved
Hide resolved
...rc/main/java/io/github/mfvanek/pg/index/health/demo/service/DbMigrationGeneratorService.java
Outdated
Show resolved
Hide resolved
...st/java/io/github/mfvanek/pg/index/health/demo/controller/DbMigrationControllerMockTest.java
Show resolved
Hide resolved
...o/src/main/java/io/github/mfvanek/pg/index/health/demo/controller/DbMigrationController.java
Show resolved
Hide resolved
@marijarin update. I've created an issue mfvanek/pg-index-health#497 |
Quality Gate passedIssues Measures |
Closes #207