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

#125: Move code into sub-package db #128

Merged
merged 4 commits into from
Jul 2, 2024

Conversation

benedeki
Copy link
Contributor

@benedeki benedeki commented Jun 28, 2024

  • moving code into db sub-package
  • tests are not executed in parallel
  • support classes moved to dedicated package/path

Closes #125

* moving code into `db` sub-package
* tests are not executed in parallel
@benedeki benedeki added the work in progress Work on this item is not yet finished (mainly intended for PRs) label Jun 28, 2024
Copy link

github-actions bot commented Jun 28, 2024

JaCoCo model module code coverage report - scala 2.13.11

Overall Project 57.44% 🍏
File Coverage
StandardStatusHandling.scala 100% 🍏
StatusAggregator.scala 100% 🍏
ExplicitNamingRequired.scala 100% 🍏
LettersCase.scala 100% 🍏
NamingConvention.scala 100% 🍏
package.scala 100% 🍏
StatusException.scala 100% 🍏
NamingException.scala 100% 🍏
DBFunctionFabric.scala 97.59% 🍏
DBSchema.scala 93.88% 🍏
ByMajorityErrorsStatusAggregator.scala 92.11% 🍏
SnakeCaseNaming.scala 89.29% 🍏
ByFirstErrorStatusAggregator.scala 85.71% 🍏
ByFirstRowStatusAggregator.scala 82.09% 🍏
AsIsNaming.scala 72.22% 🍏
DBEngine.scala 11.11% 🍏
DBFunction.scala 4.01% 🍏
UserDefinedStatusHandling.scala 0% 🍏
Query.scala 0% 🍏

Copy link

github-actions bot commented Jun 28, 2024

JaCoCo agent module code coverage report - scala 2.13.11

Overall Project 81.6% 🍏
File Coverage
StatusWithData.scala 100% 🍏
DoobieEngine.scala 100% 🍏
DoobieQuery.scala 100% 🍏
DoobieFunction.scala 76.41% 🍏

Copy link

github-actions bot commented Jun 28, 2024

JaCoCo slick module code coverage report - scala 2.13.11

Overall Project 87.73% 🍏
File Coverage
SlickPgEngine.scala 92.5% 🍏
SlickFunction.scala 88.97% 🍏
PgUUIDSupport.scala 87.34% 🍏
SlickQuery.scala 84.87% 🍏

@benedeki benedeki removed the work in progress Work on this item is not yet finished (mainly intended for PRs) label Jun 28, 2024
@benedeki benedeki self-assigned this Jun 28, 2024
Copy link
Contributor

@miroslavpojer miroslavpojer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • pulled
  • tests run
  • code review

@benedeki benedeki merged commit dcf14b2 into master Jul 2, 2024
10 of 12 checks passed
@benedeki benedeki deleted the feature/125-move-code-into-sub-package-db branch July 2, 2024 10:45
benedeki added a commit that referenced this pull request Jul 3, 2024
* Fixed organization and Sonatype profile name setups
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.

Move code into sub-package db
3 participants