Skip to content

Commit d78afb3

Browse files
committed
docs: add pipeline test report summary support
1 parent a97e0cf commit d78afb3

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

docs/gl_objects/pipelines_and_jobs.rst

+24
Original file line numberDiff line numberDiff line change
@@ -367,3 +367,27 @@ Examples
367367
Get the test report for a pipeline::
368368

369369
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

Comments
 (0)