We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a97e0cf commit d78afb3Copy full SHA for d78afb3
docs/gl_objects/pipelines_and_jobs.rst
@@ -367,3 +367,27 @@ Examples
367
Get the test report for a pipeline::
368
369
test_report = pipeline.test_report.get()
370
+
371
+Pipeline test report summary
372
+====================
373
374
+Get a pipeline’s test report summary.
375
376
+Reference
377
+---------
378
379
+* v4 API
380
381
+ + :class:`gitlab.v4.objects.ProjectPipelineTestReportSummary`
382
+ + :class:`gitlab.v4.objects.ProjectPipelineTestReportSummaryManager`
383
+ + :attr:`gitlab.v4.objects.ProjectPipeline.test_report)summary`
384
385
+* GitLab API: https://docs.gitlab.com/ee/api/pipelines.html#get-a-pipelines-test-report-summary
386
387
+Examples
388
+--------
389
390
+Get the test report summary for a pipeline::
391
392
+ test_report_summary = pipeline.test_report_summary.get()
393
0 commit comments