You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by fl...@apache.org on 2021/06/08 13:51:50 UTC

[tinkerpop] 01/02: TINKERPOP-2577 Remove unused coverage packages

This is an automated email from the ASF dual-hosted git repository.

florianhockmann pushed a commit to branch TINKERPOP-2577
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit eed30118573fbfcf8d7040c0e790e42ed0c8eb4e
Author: Florian Hockmann <fh...@florian-hockmann.de>
AuthorDate: Tue Jun 8 15:16:09 2021 +0200

    TINKERPOP-2577 Remove unused coverage packages
    
    I used this packages in the pre-TinkerPop days to compute the code
    coverage of the tests. But we haven't used that since Gremlin.NET
    joined TinkerPop and if we want to use it again, then there are
    probably newer tools that make it easier to get code coverage.
---
 .../test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj | 2 --
 gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj    | 2 --
 2 files changed, 4 deletions(-)

diff --git a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
index afbaf8e..825a6a1 100644
--- a/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
+++ b/gremlin-dotnet/test/Gremlin.Net.IntegrationTest/Gremlin.Net.IntegrationTest.csproj
@@ -18,8 +18,6 @@
     <PackageReference Include="Microsoft.Extensions.Configuration" Version="1.1.1" />
     <PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="1.1.1" />
     <PackageReference Include="xunit.runner.console" Version="2.2.0" />
-    <PackageReference Include="OpenCover" Version="4.6.519" />
-    <PackageReference Include="coveralls.io" Version="1.3.4" />
   </ItemGroup>
   <ItemGroup>
     <Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
diff --git a/gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj b/gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj
index 415072f..84f0df9 100644
--- a/gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj
+++ b/gremlin-dotnet/test/Gremlin.Net.UnitTest/Gremlin.Net.UnitTest.csproj
@@ -17,8 +17,6 @@
     <PackageReference Include="Moq" Version="4.7.99" />
     <PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
     <PackageReference Include="xunit" Version="2.2.0" />
-    <PackageReference Include="OpenCover" Version="4.6.519" />
-    <PackageReference Include="coveralls.io" Version="1.3.4" />
   </ItemGroup>
 
   <ItemGroup>