1

How can I achieve code metrics for C# code in Jenkins, for example Cyclomatic complexity?

cspolton
  • 4,495
  • 4
  • 26
  • 34
Michał Kuliński
  • 1,928
  • 3
  • 27
  • 51

1 Answers1

1

There is plugin for Cyclomatic complexity in .NET available.
Have you tried it?

weismat
  • 7,195
  • 3
  • 43
  • 58