SEBWIN-664: Added rule to ignore all contract assemblies for code coverage.
This commit is contained in:
parent
dab86a31f5
commit
eac87bfb87
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
|||
coverage:
|
||||
range: 50..100
|
||||
round: down
|
||||
precision: 2
|
||||
precision: 2
|
||||
ignore:
|
||||
- "SafeExamBrowser.*.Contracts"
|
Loading…
Reference in a new issue