Skip to content

feat(datasource sql/sequelize): add options to add native action to handle paranoid#1453

Open
arnaud-moncel wants to merge 2 commits intomainfrom
feat/datasource-sql/native-action-to-handle-paranoid
Open

feat(datasource sql/sequelize): add options to add native action to handle paranoid#1453
arnaud-moncel wants to merge 2 commits intomainfrom
feat/datasource-sql/native-action-to-handle-paranoid

Conversation

@arnaud-moncel
Copy link
Member

Definition of Done

General

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Validate the code quality (indentation, syntax, style, simplicity, readability)

Security

  • Consider the security impact of the changes made

@qltysh
Copy link

qltysh bot commented Feb 6, 2026

4 new issues

Tool Category Rule Count
qlty Structure Function with many parameters (count = 6): constructor 2
qlty Structure Function with high complexity (count = 12): constructor 1
qlty Structure Function with many returns (count = 5): execute 1

@qltysh
Copy link

qltysh bot commented Feb 6, 2026

Qlty

Coverage Impact

⬇️ Merging this pull request will decrease total coverage on main by 0.14%.

Modified Files with Diff Coverage (2)

RatingFile% DiffUncovered Line #s
Coverage rating: A Coverage rating: A
packages/datasource-sequelize/src/datasource.ts100.0%
Coverage rating: A Coverage rating: C
packages/datasource-sequelize/src/collection.ts10.5%97-288
Total19.0%
🤖 Increase coverage with AI coding...

In the `feat/datasource-sql/native-action-to-handle-paranoid` branch, add test coverage for this new code:

- `packages/datasource-sequelize/src/collection.ts` -- Line 97-288

🚦 See full report on Qlty Cloud »

🛟 Help
  • Diff Coverage: Coverage for added or modified lines of code (excludes deleted files). Learn more.

  • Total Coverage: Coverage for the whole repository, calculated as the sum of all File Coverage. Learn more.

  • File Coverage: Covered Lines divided by Covered Lines plus Missed Lines. (Excludes non-executable lines including blank lines and comments.)

    • Indirect Changes: Changes to File Coverage for files that were not modified in this PR. Learn more.

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.

1 participant