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

fix: use correct path separator in SARIF output when on Windows #1294

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

G-Rath
Copy link
Collaborator

@G-Rath G-Rath commented Oct 2, 2024

Currently we always output a Unix path separator even when on Windows - this changes us to use the path separator based on the OS.

Resolves #604

@codecov-commenter
Copy link

codecov-commenter commented Oct 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.41%. Comparing base (2f87877) to head (e90407a).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1294      +/-   ##
==========================================
- Coverage   68.47%   68.41%   -0.07%     
==========================================
  Files         175      175              
  Lines       16832    16833       +1     
==========================================
- Hits        11526    11516      -10     
- Misses       4679     4688       +9     
- Partials      627      629       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@G-Rath G-Rath force-pushed the fix/use-windows-path branch 2 times, most recently from 5b02b66 to 248ee59 Compare October 2, 2024 21:32
@G-Rath G-Rath added the bug Something isn't working label Oct 2, 2024
@G-Rath G-Rath force-pushed the fix/use-windows-path branch 2 times, most recently from e398dd4 to c2d3627 Compare October 6, 2024 17:59
@G-Rath G-Rath marked this pull request as ready for review October 8, 2024 21:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SARIF reporting should use Windows filepaths
3 participants