Skip to content

refactor!: rename the FileLocation class#554

Merged
mrazauskas merged 1 commit intomainfrom
rename-FileLocation
Aug 9, 2025
Merged

refactor!: rename the FileLocation class#554
mrazauskas merged 1 commit intomainfrom
rename-FileLocation

Conversation

@mrazauskas
Copy link
Member

Renaming the FileLocation class.

Currently "file-with-location" is named "task" everywhere. That is not good name and I also need "task" for another feature.

As a consequence, many APIs get renamed:

  • events task:* -> file:*
  • class TaskResult -> FileResult
  • property of the Result* classes .tasks -> .files

@codacy-production
Copy link

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 (65b855f) 6377 6300 98.79%
Head commit (e198661) 6377 (+0) 6300 (+0) 98.79% (+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 (#554) 137 137 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 merged commit 61134d2 into main Aug 9, 2025
21 checks passed
@mrazauskas mrazauskas deleted the rename-FileLocation branch August 9, 2025 10:47
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