summaryrefslogtreecommitdiff
path: root/app/serializers/test_reports_comparer_entity.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/serializers/test_reports_comparer_entity.rb')
-rw-r--r--app/serializers/test_reports_comparer_entity.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/serializers/test_reports_comparer_entity.rb b/app/serializers/test_reports_comparer_entity.rb
index d7a3dd34fdc..5f8a68338cc 100644
--- a/app/serializers/test_reports_comparer_entity.rb
+++ b/app/serializers/test_reports_comparer_entity.rb
@@ -7,6 +7,7 @@ class TestReportsComparerEntity < Grape::Entity
expose :total_count, as: :total
expose :resolved_count, as: :resolved
expose :failed_count, as: :failed
+ expose :error_count, as: :errored
end
expose :suite_comparers, as: :suites, using: TestSuiteComparerEntity