Dogacel / kotlinx-protobuf-gen

Generate kotlinx serializable data classes from protobuf
Apache License 2.0
12 stars 3 forks source link

Change project structure to fully automate code generation and tests #13

Closed Dogacel closed 1 year ago

Dogacel commented 1 year ago

Currently code generation is done manually by running a file in tests. We should generate the code to a separate sub-project automatically during CI.

We should create tests for the actual generators, not just for the generated code. Kover shows 0% coverage because of it.