Skip to content

chore: QA tool to detect missing dependencies#344

Merged
jkowalleck merged 4 commits intomainfrom
chore/detect-missing-dependencies
Jul 13, 2025
Merged

chore: QA tool to detect missing dependencies#344
jkowalleck merged 4 commits intomainfrom
chore/detect-missing-dependencies

Conversation

@jkowalleck
Copy link
Member

@jkowalleck jkowalleck commented Jul 12, 2025

use knip to test for missing dependencies.
since the import/no-extraneous-dependencies eslint rule is not working.

TODO / DONE

  • add tool
  • configure tool
  • add GH workflow

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@codacy-production
Copy link

codacy-production bot commented Jul 12, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: 80.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (ba8bdb7) 2934 2828 96.39%
Head commit (a2f7bf2) 2934 (+0) 2828 (+0) 96.39% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#344) 0 0 ∅ (not applicable)

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
@jkowalleck jkowalleck marked this pull request as ready for review July 13, 2025 17:26
@jkowalleck jkowalleck requested a review from a team as a code owner July 13, 2025 17:26
@jkowalleck jkowalleck merged commit e7d1c53 into main Jul 13, 2025
34 checks passed
@jkowalleck jkowalleck deleted the chore/detect-missing-dependencies branch July 13, 2025 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: add QA tool that detects missing direct dependencies

1 participant