We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfe314d commit 9b8e5e1Copy full SHA for 9b8e5e1
.githooks/pre-push
@@ -0,0 +1,9 @@
1
+ #!/bin/bash
2
+
3
+ dotnet build -c Release
4
+ dotnet test -c Release --no-build SLOBSharp.Tests/SLOBSharp.Tests.csproj -p:CollectCoverage=true -p:CoverletOutputFormat=opencover -p:Exclude="[SLOBSharp.Tests*]*"
5
+ curl -s https://codecov.io/bash > codecov
6
+ chmod +x codecov
7
+ ./codecov -f ./SLOBSharp.Tests/coverage.opencover.xml
8
9
+ rm -rf codecov
0 commit comments