Dorthu / openapi3

A Python3 OpenAPI 3 Spec Parser
BSD 3-Clause "New" or "Revised" License
118 stars 47 forks source link

codecov & pre-commit #59

Open commonism opened 2 years ago

commonism commented 2 years ago

As far as I know, this is the only reasonable OpenAPI3 python library. Others may exist, but they rely on code generation. I'd appreciate if this project would feature codecov. It's free for public open source projects and helps but can only be setup by the main project, not for forks.

pre-commit would allow to enforce a global style, it helps as well. I provide an initial pre-commit yml and resulting changes to the code in #58.

I'd appreciate to get the CI in place to run/monitor the unit tests & pre-commit hooks for merge requests to improve code/contribution quality.

Dorthu commented 2 years ago

I agree. I'll look into getting it set up.