opensearch-project / opensearch-api-specification

API specification for OpenSearch
Apache License 2.0
35 stars 62 forks source link

More tests, fixes ExplanationDetail/value. #685

Closed dblock closed 1 week ago

dblock commented 1 week ago

Description

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license. For more information on following Developer Certificate of Origin and signing off your commits, please check here.

github-actions[bot] commented 1 week ago

Changes Analysis

Commit SHA: 76d124ddf2a4c0c0fbeb4dc8533d25c7417c11dd Comparing To SHA: 1ce89fe5c6a1e7e1cf933d71de0440744d3c7e94

API Changes

Summary

└─┬Paths
  └─┬/{index}/_explain/{id}
    ├─┬GET
    │ └─┬Responses
    │   └─┬200
    │     └─┬application/json
    │       └─┬Schema
    │         └──[➕] properties (28519:15)
    └─┬POST
      └─┬Responses
        └─┬200
          └─┬application/json
            └─┬Schema
              └──[➕] properties (28519:15)
Document Element Total Changes Breaking Changes
paths 2 0

Report

The full API changes report is available at: https://github.com/opensearch-project/opensearch-api-specification/actions/runs/11942141965/artifacts/2215625132

API Coverage

Before After Δ
Covered (%) 599 (58.67 %) 599 (58.67 %) 0 (0 %)
Uncovered (%) 422 (41.33 %) 422 (41.33 %) 0 (0 %)
Unknown 42 42 0
github-actions[bot] commented 1 week ago

Spec Test Coverage Analysis

Total Tested
528 370 (70.08 %)