Skip to content

refactor!: remove the rootPath configuration option#673

Merged
mrazauskas merged 3 commits into7.xfrom
remove-rootPath-option
Feb 2, 2026
Merged

refactor!: remove the rootPath configuration option#673
mrazauskas merged 3 commits into7.xfrom
remove-rootPath-option

Conversation

@mrazauskas
Copy link
Member

Close #671

Removing the rootPath configuration option. Here is what got change:

  • the root directory is now the current directory or the provided path when —root is set;
  • the location of the config file is no longer relevant.

@mrazauskas mrazauskas added this to the TSTyche 7.0 milestone Jan 29, 2026
@codacy-production
Copy link

codacy-production bot commented Jan 29, 2026

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% (target: -1.00%) 100.00% (target: 85.00%)
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (6ceb00a) 7410 7309 98.64%
Head commit (f27abfb) 7395 (-15) 7294 (-15) 98.63% (+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 (#673) 20 20 100.00%

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

@mrazauskas mrazauskas changed the base branch from main to 7.x February 2, 2026 09:05
@mrazauskas mrazauskas marked this pull request as ready for review February 2, 2026 09:05
@mrazauskas mrazauskas merged commit a15e0eb into 7.x Feb 2, 2026
1 check failed
@mrazauskas mrazauskas deleted the remove-rootPath-option branch February 2, 2026 09:06
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.

Remove the rootPath config file option

1 participant