SEBWIN-664: Added rule to ignore all contract assemblies for code coverage.

This commit is contained in:
Damian Büchel 2023-03-28 09:38:35 +02:00
parent dab86a31f5
commit eac87bfb87

View file

@ -1,4 +1,6 @@
coverage:
range: 50..100
round: down
precision: 2
precision: 2
ignore:
- "SafeExamBrowser.*.Contracts"