Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
9cec2e2 to
0f0177e
Compare
|
Why do you need a field to ignore? |
Our project involves a large number of tables, and the available wildcards are quite limited. As a result, we have to input all tables explicitly, yet there is a risk of missing newly added tables later on. For this code generation tool, we opt to regenerate the code entirely whenever there are changes to the tables, avoiding the need for manual code modifications by developers. |
|
In my personal usage, I ignore this error and directly proceed to generate the code for the next table, along with logging a reminder. Later, I can exclude this table in the Makefile, which will prevent the error from occurring. |
No description provided.