File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 2424 run : dotnet build EntityFrameworkCore.DataEncryption.sln --configuration Release -f net6.0 --no-restore
2525
2626 - name : Run unit tests
27- run : dotnet test EntityFrameworkCore.DataEncryption.sln --configuration Release /p:CollectCoverage=true /p:Exclude="[xunit*]*" /p:CoverletOutputFormat=opencover /p:CoverletOutput="../TestResults/TestResults.xml" /maxcpucount:1 -f net6.0 --no-build --verbosity normal
27+ run : dotnet test EntityFrameworkCore.DataEncryption.sln --configuration Release /p:CollectCoverage=true /p:Exclude="[xunit*]*" /p:CoverletOutputFormat=opencover /p:CoverletOutput="../TestResults/TestResults.xml" /maxcpucount:1 -f net6.0 --no-build --verbosity normal
28+
29+ - name : Upload code coverage
30+ uses : codecov/codecov-action@v3
31+ with :
32+ files : ./test/TestResults/TestResults.xml
33+ fail_ci_if_error : true
You can’t perform that action at this time.
0 commit comments