test_workflow_limit_default_stdout.gold.txt 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. ./file_deleted_in_new_sources.cpp:12: warning: Metric 'std.code.complexity:cyclomatic' for region 'B' exceeds the limit.
  2. Metric name : std.code.complexity:cyclomatic
  3. Region name : B
  4. Metric value : 1
  5. Modified : None
  6. Change trend : None
  7. Limit : 0.0
  8. Suppressed : False
  9. ./file_deleted_in_new_sources.cpp:26: warning: Metric 'std.code.complexity:cyclomatic' for region 'never_old' exceeds the limit.
  10. Metric name : std.code.complexity:cyclomatic
  11. Region name : never_old
  12. Metric value : 1
  13. Modified : None
  14. Change trend : None
  15. Limit : 0.0
  16. Suppressed : False
  17. ./simple.cpp:12: warning: Metric 'std.code.complexity:cyclomatic' for region 'A' exceeds the limit.
  18. Metric name : std.code.complexity:cyclomatic
  19. Region name : A
  20. Metric value : 3
  21. Modified : None
  22. Change trend : None
  23. Limit : 0.0
  24. Suppressed : False
  25. ./simple.cpp:26: warning: Metric 'std.code.complexity:cyclomatic' for region 'func' exceeds the limit.
  26. Metric name : std.code.complexity:cyclomatic
  27. Region name : func
  28. Metric value : 1
  29. Modified : None
  30. Change trend : None
  31. Limit : 0.0
  32. Suppressed : False
  33. ./simple.cpp:30: warning: Metric 'std.code.complexity:cyclomatic' for region 'embeded' exceeds the limit.
  34. Metric name : std.code.complexity:cyclomatic
  35. Region name : embeded
  36. Metric value : 1
  37. Modified : None
  38. Change trend : None
  39. Limit : 0.0
  40. Suppressed : False
  41. ./simple.cpp:42: warning: Metric 'std.code.complexity:cyclomatic' for region 'func_to_be_removed_in_new_sources' exceeds the limit.
  42. Metric name : std.code.complexity:cyclomatic
  43. Region name : func_to_be_removed_in_new_sources
  44. Metric value : 2
  45. Modified : None
  46. Change trend : None
  47. Limit : 0.0
  48. Suppressed : False
  49. ./simple.cpp:46: warning: Metric 'std.code.complexity:cyclomatic' for region 'embeded' exceeds the limit.
  50. Metric name : std.code.complexity:cyclomatic
  51. Region name : embeded
  52. Metric value : 1
  53. Modified : None
  54. Change trend : None
  55. Limit : 0.0
  56. Suppressed : False
  57. ./simple.cpp:58: warning: Metric 'std.code.complexity:cyclomatic' for region 'never' exceeds the limit.
  58. Metric name : std.code.complexity:cyclomatic
  59. Region name : never
  60. Metric value : 1
  61. Modified : None
  62. Change trend : None
  63. Limit : 0.0
  64. Suppressed : False
  65. ./:: info: 8 regions exceeded the limit 'std.code.complexity:cyclomatic' > 0.0 [applied to 'any' region type(s)]