viclovsky / swagger-coverage

Tool which generates full picture of coverage of API tests based on OAS (Swagger) v2 and v3
Apache License 2.0
197 stars 38 forks source link

How to ignore all methods for some tags? #107

Open Morena51 opened 2 years ago

Morena51 commented 2 years ago

[//]: # ( . This repository's issues are reserved for feature requests and bug reports. . . Make sure you have a clear name for your issue. The name should start with a capital . letter and no dot is required in the end of the sentence. An example of good issue names: . . - Bad perfomance with a large specification . - Support OAS3 )

I'm submitting a ...

What is the current behavior?

In config file not allowed params to ignore tags.

What is the expected behavior?

In config file allow define params to ignore tags.

What is the motivation / use case for changing the behavior?

RestAPI Service has methods for metrics and other useful information, but they do not nedd to autotests coverage.

Other information

[//]: # ( . e.g. detailed explanation, stacktraces, related issues, suggestions . how to fix, links for us to have more context )