elyashivlavi

Results 2 issues of elyashivlavi

Is there any way to run jacoco in offline mode? It may be useful when we have some legacy powermock tests (https://github.com/powermock/powermock/wiki/Code-coverage-with-JaCoCo)

According to the fix was made in https://github.com/NYTimes/openapi2proto/issues/27, Now external references are being inlined. This means that if I have such a spec: ``` paths: /path1: parameters: - $ref: 'param1.yaml'...