Badgerati/Edison

View on GitHub
Edison.Engine/Utilities/Helpers/SlackHelper.cs

Summary

Maintainability
A
2 hrs
Test Coverage

Method SendMessage has 67 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        public static void SendMessage(TestResult result, string token)
        {
            // create the attachments fields
            var fieldList = new List<SlackField>();

Severity: Major
Found in Edison.Engine/Utilities/Helpers/SlackHelper.cs - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status