File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 - name : Verify
7777 run : dotnet format ./rabbitmq-stream-dotnet-client.sln --no-restore --verbosity=diagnostic --verify-no-changes
7878 - name : Test
79- run : dotnet test ./Build.csproj --no-build --logger "console;verbosity=detailed" /p:AltCover=true
79+ run : dotnet test ./Build.csproj --no-build --logger "console;verbosity=detailed" /p:AltCover=true /p:AltCoverStrongNameKey=${{github.workspace}}/rabbit.snk
8080 - name : Upload code coverage to Codecov
8181 run : bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 77 dotnet build $(CURDIR ) /Build.csproj
88
99test : build
10- dotnet test $(CURDIR ) /Tests/Tests.csproj --no-build --logger " console;verbosity=detailed" /p:AltCover=true
10+ dotnet test $(CURDIR ) /Tests/Tests.csproj --no-build --logger " console;verbosity=detailed" /p:AltCover=true /p:AltCoverStrongNameKey= $( CURDIR ) /rabbit.snk
1111
1212rabbitmq-server :
1313 docker run -it --rm --name rabbitmq-stream-docker \
You can’t perform that action at this time.
0 commit comments