diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-09 15:59:38 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-09 15:59:38 +0800 |
commit | 5c1695f2e552cc3f4e016a4b5e8d96b3e1da41a1 (patch) | |
tree | ab5e22078a91367b4b8d9dc9c6a90f3b265a789c /Timeline.Tests | |
parent | 58986da4a5bfe519af44e5834edfbe8d4651b51c (diff) | |
download | timeline-5c1695f2e552cc3f4e016a4b5e8d96b3e1da41a1.tar.gz timeline-5c1695f2e552cc3f4e016a4b5e8d96b3e1da41a1.tar.bz2 timeline-5c1695f2e552cc3f4e016a4b5e8d96b3e1da41a1.zip |
Add configuration file to remove Database Migration Files from code coverage.
Diffstat (limited to 'Timeline.Tests')
-rw-r--r-- | Timeline.Tests/coverletArgs.runsettings | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Timeline.Tests/coverletArgs.runsettings b/Timeline.Tests/coverletArgs.runsettings new file mode 100644 index 00000000..a2284297 --- /dev/null +++ b/Timeline.Tests/coverletArgs.runsettings @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<RunSettings>
+ <DataCollectionRunSettings>
+ <DataCollectors>
+ <DataCollector friendlyName="XPlat code coverage">
+ <Configuration>
+ <!-- [Assembly-Filter]Type-Filter -->
+ <Exclude>[Timeline]Timeline.Migrations.*</Exclude>
+ </Configuration>
+ </DataCollector>
+ </DataCollectors>
+ </DataCollectionRunSettings>
+</RunSettings>
|