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 | ea8397bafe24b5c9ab814891eb3a293a07ca217e (patch) | |
tree | f1cf455b758e8bf0265d4db0e42a404e9877b321 | |
parent | ca91baed973a12efeb8e139c521e62fe3f0a3680 (diff) | |
download | timeline-ea8397bafe24b5c9ab814891eb3a293a07ca217e.tar.gz timeline-ea8397bafe24b5c9ab814891eb3a293a07ca217e.tar.bz2 timeline-ea8397bafe24b5c9ab814891eb3a293a07ca217e.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>
|