Skip to content

Commit eb72b63

Browse files
author
Petr Sramek
committed
test
1 parent 78e32e2 commit eb72b63

File tree

3 files changed

+6
-23
lines changed

3 files changed

+6
-23
lines changed

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
path: .
4949
merge-multiple: true
5050
- 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
5252
- name: Upload
5353
uses: actions/upload-artifact@v4
5454
with:

coverlet.runsettings

Lines changed: 0 additions & 19 deletions
This file was deleted.

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@
1111
<PropertyGroup>
1212
<IsPackable>false</IsPackable>
1313
<IsTestProject>true</IsTestProject>
14-
<EnableMSTestRunner>true</EnableMSTestRunner>
15-
<UseVSTest>false</UseVSTest>
1614
<TestingExtensionsProfile>Default</TestingExtensionsProfile>
17-
<OutputType>exe</OutputType>
15+
</PropertyGroup>
16+
17+
<PropertyGroup>
18+
<EnableStaticNativeInstrumentation>true</EnableStaticNativeInstrumentation>
19+
<EnableDynamicNativeInstrumentation>true</EnableDynamicNativeInstrumentation>
1820
</PropertyGroup>
1921

2022
<PropertyGroup>

0 commit comments

Comments
 (0)