mirror of
https://github.com/irongut/CodeCoverageSummary.git
synced 2026-05-14 22:20:13 +02:00
removed commented line
This commit is contained in:
@@ -116,7 +116,6 @@ namespace CodeCoverageSummary
|
||||
|
||||
private static CodeSummary ParseTestResults(string filename, CodeSummary summary)
|
||||
{
|
||||
//CodeSummary summary = new();
|
||||
try
|
||||
{
|
||||
string rss = File.ReadAllText(filename);
|
||||
|
||||
Reference in New Issue
Block a user