Skip to content

Commit ab6705e

Browse files
committed
Fixing test configuration
1 parent 2c516a8 commit ab6705e

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

appveyor.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,8 @@ build:
1717
parallel: true
1818
verbosity: minimal
1919

20-
after_build:
21-
- choco install opencover.portable
22-
- choco install codecov
23-
2420
test_script:
25-
- OpenCover.Console.exe -register:user -target:"C:\Program Files\dotnet\dotnet.exe" -targetargs:"test"
26-
27-
after_test:
28-
- codecov -f "results.xml"
21+
- cmd: dotnet test --framework net47 --verbosity q
2922

3023
artifacts:
3124
- path: '**\Unity.*.nupkg'

0 commit comments

Comments
 (0)