We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38d5235 commit 5bed8e8Copy full SHA for 5bed8e8
Makefile
@@ -26,3 +26,6 @@ basenuget: nuget/SQLite-net-base/SQLite-net-base.csproj $(SRC)
26
27
sqlciphernuget: nuget/SQLite-net-sqlcipher/SQLite-net-sqlcipher.csproj $(SRC)
28
dotnet pack -c Release -o $(PACKAGES_OUT) $<
29
+
30
+codecoverage:
31
+ cd tests/SQLite.Tests && dotnet test /p:AltCover=true /p:AltCoverForce=true "/p:AltCoverTypeFilter=SQLite.Tests.*" && reportgenerator -reports:coverage.xml -targetdir:./CoverageReport
0 commit comments