From 01a044cae893c27521c5d79441dcdbd3df93bb91 Mon Sep 17 00:00:00 2001
From: Anton Bagliy <taccessviolation@gmail.com>
Date: Thu, 28 Jan 2021 20:23:47 +0300
Subject: [PATCH] FIX: variables in NunitReportParser

---
 NunitReportParser/Program.cs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/NunitReportParser/Program.cs b/NunitReportParser/Program.cs
index 6adbc08..bbb6e72 100644
--- a/NunitReportParser/Program.cs
+++ b/NunitReportParser/Program.cs
@@ -167,7 +167,6 @@ namespace NunitReport
                 //userName = args[1].Split('/')[0];
                 nameparts = args[1].Split('/');
                 string repoName = "";
-                string userName = "";
                 if (nameparts.Length > 1) {
                     repoName = nameparts[1];
                     userName = repoName.Substring(23, repoName.Length - 23);
-- 
GitLab