amplication / amplication

🔥🔥🔥 Open-source backend development platform. Build production-ready services without wasting time on repetitive coding.

Home Page:https://amplication.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Analytics Dashboard: Bug- LOCs are calculated twice (and more)

PazYanoverr opened this issue · comments

Reproduction steps:

  1. Check the up-to-date number of LOCs in the project.
  2. Perform a change and generate the code.
  3. Check the updated LOCs (calculate the diff of the specific change- X).
  4. Without doing any change, "generate the code" again.
    --> Check the updated LOCs, and see that another X was added to the LOCs in #3, although no change was performed.

BTW- repeating step 4, will add another X to the LOCs, and so on.

Test result ✅