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