viclovsky/swagger-coverage

Deprecated endpoints include in coverageOperationMap.counter.all

TimonDL opened this issue · 0 comments

I'm submitting a ...

  • bug report

In report.html I'm see this

All: 20
Full: 1
Partial: 5
Empty: 14
No call: 13
Missed: 2
Deprecated: 1

and this is normal counters, correct.

But in report.json I'm see this one:

"counter": {
  "all": 21,
  "full": 1,
  "party": 5,
  "empty": 14,
  "deprecated": 1
}

Problem in increment all counter for deprecated endpoint :)