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

[C#] Correct error in coverage reporting #662

Merged
merged 3 commits into from
Oct 4, 2023
Merged

[C#] Correct error in coverage reporting #662

merged 3 commits into from
Oct 4, 2023

Conversation

aman-goel
Copy link
Contributor

No description provided.

Copy link
Member

@ankushdesai ankushdesai left a comment

Choose a reason for hiding this comment

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

Does this also fix the issue of in the coverage report, we dont print PImplementation.X

@aman-goel
Copy link
Contributor Author

Does this also fix the issue of in the coverage report, we dont print PImplementation.X

Done via aef7289

@@ -349,5 +353,15 @@ private static string GetMachineId(string nodeId)

private static string GetStateId(string machineName, string stateName) =>
string.Format("{0}::{1}", stateName, machineName);

private static string GetSanitizedName(string name)
Copy link
Member

Choose a reason for hiding this comment

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

Instead of doing this can you do name.split(".").Last()

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done via d752c52

@ankushdesai ankushdesai merged commit f0b286f into master Oct 4, 2023
14 checks passed
@ankushdesai ankushdesai deleted the dev/aman branch October 4, 2023 23:55
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