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

tce-982 Ignore cases in path-fixing #503

Merged
merged 1 commit into from
May 24, 2024
Merged

Conversation

DMarinhoCodacy
Copy link
Contributor

No description provided.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-17.47% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (47e73b6) 431 401 93.04%
Head commit (bddce28) 745 (+314) 563 (+162) 75.57% (-17.47%)

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 (#503) 2 2 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

Codacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more

@DMarinhoCodacy DMarinhoCodacy changed the title allow path fixing to ignore case between codacy paths and provider paths tce-982 Ignore cases in path-fixing May 23, 2024
@DMarinhoCodacy DMarinhoCodacy merged commit 9992245 into master May 24, 2024
16 of 18 checks passed
@DMarinhoCodacy DMarinhoCodacy deleted the path-fixing-ignore-case branch May 24, 2024 10:09
Copy link

Case-insensitive path and filename matching

The pull request introduces changes to the path and filename matching logic.

  • The function haveSameName now uses case-insensitive comparison for filenames.
  • The function haveSamePath now uses case-insensitive comparison for file paths.

This change ensures that the matching of filenames and paths is not affected by case differences, providing more consistent and accurate results.


This comment was generated by an experimental AI tool.

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.

2 participants