File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -367,3 +367,27 @@ Examples
367
367
Get the test report for a pipeline::
368
368
369
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
+
You can’t perform that action at this time.
0 commit comments