FragLand/terracord

View on GitHub
TerracordTest/TerracordTest.cs

Summary

Maintainability
A
0 mins
Test Coverage

Method ConfigParseTest has 69 lines of code (exceeds 50 allowed). Consider refactoring.
Wontfix

    [Fact]
    public void ConfigParseTest()
    {
      Config.Parse();
      Assert.Equal("ABC", Config.BotToken);
Severity: Major
Found in TerracordTest/TerracordTest.cs - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status