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

Add --source-mapping-file to coverlet.console #1568

Merged
merged 1 commit into from
Jan 16, 2024

Conversation

jborean93
Copy link
Contributor

@jborean93 jborean93 commented Dec 11, 2023

Adds the option --source-mapping-file to coverlet.console that allows the caller to specify a custom source mapping file to use. This is used to then maps paths located in an assembly's debug symbols to local path when collecting coverage.

Fixes: #1565

Documentation/GlobalTool.md Show resolved Hide resolved
@jborean93 jborean93 changed the title Add use-mapping-file to coverlet.console Add --source-mapping-file to coverlet.console Dec 13, 2023
@MarcoRossignoli
Copy link
Collaborator

@jborean93 can you rebase?

Adds the option --use-mapping-file to coverlet.console that allows the
caller to specify a custom source mapping file to use. This is used to
then maps paths located in an assembly's debug symbols to local path
when collecting coverage.

8
@jborean93
Copy link
Contributor Author

@MarcoRossignoli the PR has been rebased.

@MarcoRossignoli MarcoRossignoli merged commit a0bd87d into coverlet-coverage:master Jan 16, 2024
8 checks passed
@jborean93 jborean93 deleted the console-mapping branch January 16, 2024 19:43
@jborean93
Copy link
Contributor Author

Thanks for looking at this and merging.

@MarcoRossignoli
Copy link
Collaborator

Thanks for your contribution!

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.

0% coverage with different paths and SourceLink/Deterministic builds
3 participants