Closed zpqrtbnk closed 8 months ago
Name | Link |
---|---|
Latest commit | 9110451c98da179831e208190e7a7e280ea7e015 |
Latest deploy log | https://app.netlify.com/sites/silly-valkyrie-e996d9/deploys/65ca32eab3d1e10008e0f9f5 |
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.75%. Comparing base (
c4c2a40
) to head (9110451
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This PR replaces the Moq library that we used for mocking in tests, with the NSubstitute library. As documented in issue #850 Moq has a problematic attitude with regards to privacy (see moq/issues/1372) and we'd rather avoid using it.