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 37 forks source link

How to mark some endpoints as deprecated #70

Closed TheXby closed 3 years ago

TheXby commented 3 years ago

Hello, We have controller which is deprecated but still work. I want to exclude it from report. How can I do this?

JamalZeynalov commented 3 years ago

Hi, @TheXby I just implemented this kind of change and created a pull request. Check it, maybe it is what you need. https://github.com/viclovsky/swagger-coverage/pull/72