diff options
author | 杨宇千 <crupest@outlook.com> | 2019-08-09 16:07:29 +0800 |
---|---|---|
committer | 杨宇千 <crupest@outlook.com> | 2019-08-09 16:07:29 +0800 |
commit | c964cbbb6c8f228bd4c3943025c6107ac4e42a13 (patch) | |
tree | f1cf455b758e8bf0265d4db0e42a404e9877b321 | |
parent | 5c1695f2e552cc3f4e016a4b5e8d96b3e1da41a1 (diff) | |
download | timeline-c964cbbb6c8f228bd4c3943025c6107ac4e42a13.tar.gz timeline-c964cbbb6c8f228bd4c3943025c6107ac4e42a13.tar.bz2 timeline-c964cbbb6c8f228bd4c3943025c6107ac4e42a13.zip |
Remove xunit from code coverage.
-rw-r--r-- | Timeline.Tests/coverletArgs.runsettings | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Timeline.Tests/coverletArgs.runsettings b/Timeline.Tests/coverletArgs.runsettings index a2284297..24cd1822 100644 --- a/Timeline.Tests/coverletArgs.runsettings +++ b/Timeline.Tests/coverletArgs.runsettings @@ -5,7 +5,7 @@ <DataCollector friendlyName="XPlat code coverage">
<Configuration>
<!-- [Assembly-Filter]Type-Filter -->
- <Exclude>[Timeline]Timeline.Migrations.*</Exclude>
+ <Exclude>[xunit.*]*,[Timeline]Timeline.Migrations.*</Exclude>
</Configuration>
</DataCollector>
</DataCollectors>
|