You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project_status-example.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "projectStatus": {
  3. "status": "ERROR",
  4. "ignoredConditions": false,
  5. "isCaycCompliant": false,
  6. "conditions": [
  7. {
  8. "status": "ERROR",
  9. "metricKey": "new_coverage",
  10. "comparator": "LT",
  11. "periodIndex": 1,
  12. "errorThreshold": "85",
  13. "actualValue": "82.50562381034781"
  14. },
  15. {
  16. "status": "ERROR",
  17. "metricKey": "new_blocker_violations",
  18. "comparator": "GT",
  19. "periodIndex": 1,
  20. "errorThreshold": "0",
  21. "actualValue": "14"
  22. },
  23. {
  24. "status": "ERROR",
  25. "metricKey": "new_critical_violations",
  26. "comparator": "GT",
  27. "periodIndex": 1,
  28. "errorThreshold": "0",
  29. "actualValue": "1"
  30. },
  31. {
  32. "status": "OK",
  33. "metricKey": "new_sqale_debt_ratio",
  34. "comparator": "GT",
  35. "periodIndex": 1,
  36. "errorThreshold": "5",
  37. "actualValue": "0.6562109862671661"
  38. },
  39. {
  40. "status": "OK",
  41. "metricKey": "reopened_issues",
  42. "comparator": "GT",
  43. "periodIndex": 1,
  44. "actualValue": "0"
  45. },
  46. {
  47. "status": "ERROR",
  48. "metricKey": "open_issues",
  49. "comparator": "GT",
  50. "periodIndex": 1,
  51. "actualValue": "17"
  52. },
  53. {
  54. "status": "OK",
  55. "metricKey": "skipped_tests",
  56. "comparator": "GT",
  57. "periodIndex": 1,
  58. "actualValue": "0"
  59. }
  60. ],
  61. "periods": [
  62. {
  63. "index": 1,
  64. "mode": "last_version",
  65. "date": "2000-04-27T00:45:23+0200",
  66. "parameter": "2015-12-07"
  67. }
  68. ],
  69. "period": {
  70. "mode": "last_version",
  71. "date": "2000-04-27T00:45:23+0200",
  72. "parameter": "2015-12-07"
  73. }
  74. }
  75. }