-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
In scope of Netcracker/qubership-apihub#265 epic, we are going to change specification processing in api-processor from the current approach, when we first split document into per-operation documents and then separately process each operation document (performance of this approach is not acceptable for GraphQL) to another approach- where we process document as a whole (e.g. calculate diffs using api-diff) and then in a single merged document traversal we collect necessary data (e.g. diffs) for each operation.
It is a major refactoring and we need good test coverage to start it.
This story is about improving test coverage for the api-processor with a focus to build types build and changelog.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Review