microsoft / dtdl-model-generator

A library used for generating C# classes from DTDL interfaces.
MIT License
13 stars 16 forks source link

Increase code coverage to 100% #5

Open ms-mikeb opened 2 years ago

ms-mikeb commented 2 years ago

Due to the way our testing is currently done, we did not get the initial release to 100% code coverage.

The goal of this work would be to increase to 100% code coverage.

Some stuff needed to make this happen would be smaller/isolated model sets that would exercise specific aspects of the generation process. i.e. bad models that exercise areas where we throw specific errors. Most of the tests we have right now are happy/normal path scenarios.