Skip to content
Snippets Groups Projects
Commit 01a044ca authored by Anton Bagliy's avatar Anton Bagliy
Browse files

FIX: variables in NunitReportParser

parent 28bc56ce
Branches
No related merge requests found
...@@ -167,7 +167,6 @@ namespace NunitReport ...@@ -167,7 +167,6 @@ namespace NunitReport
//userName = args[1].Split('/')[0]; //userName = args[1].Split('/')[0];
nameparts = args[1].Split('/'); nameparts = args[1].Split('/');
string repoName = ""; string repoName = "";
string userName = "";
if (nameparts.Length > 1) { if (nameparts.Length > 1) {
repoName = nameparts[1]; repoName = nameparts[1];
userName = repoName.Substring(23, repoName.Length - 23); userName = repoName.Substring(23, repoName.Length - 23);
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment