File tree Expand file tree Collapse file tree 3 files changed +6
-23
lines changed
tests/PolylineAlgorithm.Tests Expand file tree Collapse file tree 3 files changed +6
-23
lines changed Original file line number Diff line number Diff line change 48
48
path : .
49
49
merge-multiple : true
50
50
- name : Test
51
- run : dotnet test --no-restore --no-build --configuration Release --verbosity normal --logger trx --results-directory TestResults
51
+ run : dotnet test --no-restore --no-build --configuration Release --verbosity normal --logger trx --coverage -- results-directory TestResults
52
52
- name : Upload
53
53
uses : actions/upload-artifact@v4
54
54
with :
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11
11
<PropertyGroup >
12
12
<IsPackable >false</IsPackable >
13
13
<IsTestProject >true</IsTestProject >
14
- <EnableMSTestRunner >true</EnableMSTestRunner >
15
- <UseVSTest >false</UseVSTest >
16
14
<TestingExtensionsProfile >Default</TestingExtensionsProfile >
17
- <OutputType >exe</OutputType >
15
+ </PropertyGroup >
16
+
17
+ <PropertyGroup >
18
+ <EnableStaticNativeInstrumentation >true</EnableStaticNativeInstrumentation >
19
+ <EnableDynamicNativeInstrumentation >true</EnableDynamicNativeInstrumentation >
18
20
</PropertyGroup >
19
21
20
22
<PropertyGroup >
You can’t perform that action at this time.
0 commit comments