RunCoverletReport icon indicating copy to clipboard operation
RunCoverletReport copied to clipboard

ReportCoverageCommand.cs Detect runsettings file issue.

Open Mattygs6 opened this issue 1 year ago • 1 comments

Shouldn't this line read *.runsettings not .*runsettings

https://github.com/the-dext/RunCoverletReport/blob/9ed1d7b825da66a7917c48052f63dd1f2ac900bc/src/RunCoverletReport/ReportCoverageCommand.cs#L218

I usually name my runsettings coverlet.runsettings, but using this extension i MUST name it .runsettings. I also usually have my runsettings file in my test subfolder, but I am willing to relocate it since this extension is very nice.

Suggestion:

Look for first file in solution with extension .runsettings and/or implement something that allows configuration per solution.

Mattygs6 avatar Feb 13 '25 22:02 Mattygs6

PR created: https://github.com/the-dext/RunCoverletReport/pull/24

raphaelm22 avatar Mar 21 '25 00:03 raphaelm22