Skip to content

Conversation

@brunoerg
Copy link
Owner

@brunoerg brunoerg commented Oct 8, 2025

No description provided.

@brunoerg brunoerg requested a review from Copilot October 8, 2025 17:49
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR fixes how file paths are extracted and stored in the coverage parsing functionality. Instead of using the full captured path directly, it now extracts a relative path starting from "src/" to ensure consistent path representation in coverage data.

Key Changes:

  • Modified path processing to extract relative paths starting from "src/"
  • Added fallback logic to use the full path if "src/" is not found
  • Updated both the current_file assignment and coverage_data insertion to use the processed relative path

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@brunoerg brunoerg merged commit 1146eb6 into main Oct 8, 2025
1 check passed
@brunoerg brunoerg deleted the 2025-10-fix-coverage branch October 8, 2025 17:54
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