Closed stijnmoreels closed 1 month ago
Name | Link |
---|---|
Latest commit | 201554bce9f6281369ca8a07bd21183e8ab38740 |
Latest deploy log | https://app.netlify.com/sites/arcus-testing/deploys/66c331bdc4f68000083e8276 |
Metric | Value |
---|---|
Line coverage | ๐ข 89.1% |
Branch coverage | ๐ด 78% |
๐ Your code coverage is not fully reaching 80 % yet. Please inspect the report to find possible improvements and before you know it, your code coverage will reach the stars! ๐
Implicitly done via #176
For some obscure reason, Microsoft decided that the
JsonNode
representing a JSONnull
value, should be represented with a C#null
value. Because of this, one looses context and also has to deal withnull
checks everywhere. Bad design decision of Microsoft, but something that we forgot to handle in special cases.Fixes that here.