File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
7070 shell : pwsh
7171 run : ./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
72- - name : Upload coverage reports to Codecov
73- uses : codecov/codecov-action@v5
74- with :
75- token : ${{ secrets.CODECOV_TOKEN }}
76- working-directory : coverage
77- flags : unittests
78- files : CommonNet.Extensions.Tests.net48.xml,CommonNet.Extensions.Tests.net8.0.xml,CommonNet.Extensions.Tests.net10.0.xml
79- os : linux
80- verbose : true
8172 windows-build :
8273 runs-on : windows-latest
8374 steps :
9990 dotnet test --no-restore --configuration Release --no-build --verbosity normal --framework net48 --results-directory $currentDirectory/coverage --coverage-output=$currentDirectory/coverage/CommonNet.Extensions.Tests.net48.xml --coverage-output-format=xml --coverage --project CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj
10091 dotnet test --no-restore --configuration Release --no-build --verbosity normal --framework net8.0 --results-directory $currentDirectory/coverage --coverage-output=$currentDirectory/coverage/CommonNet.Extensions.Tests.net8.0.xml --coverage-output-format=xml --coverage --project CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj
10192 dotnet test --no-restore --configuration Release --no-build --verbosity normal --framework net10.0 --results-directory $currentDirectory/coverage --coverage-output=$currentDirectory/coverage/CommonNet.Extensions.Tests.net10.0.xml --coverage-output-format=xml --coverage --project CommonNet.Extensions.Tests/CommonNet.Extensions.Tests.csproj
102- - name : Upload coverage reports to Codecov
103- uses : codecov/codecov-action@v5
104- with :
105- token : ${{ secrets.CODECOV_TOKEN }}
106- working-directory : coverage
107- files : CommonNet.Extensions.Tests.net48.xml,CommonNet.Extensions.Tests.net8.0.xml,CommonNet.Extensions.Tests.net10.0.xml
108- flags : unittests
109- os : windows
110- verbose : true
Original file line number Diff line number Diff line change 1010
1111** master**
1212* ![ Build status] ( https://github.com/dmako/CommonNetExtensions/actions/workflows/verify.yml/badge.svg?branch=master )
13- * [ ![ codecov] ( https://codecov.io/gh/dmako/CommonNetExtensions/branch/master/graph/badge.svg?token=3DB4YSH9UW )] ( https://codecov.io/gh/dmako/CommonNetExtensions )
1413* [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=coverage&branch=master )] ( https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions )
1514* [ ![ Technical Debt] ( https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=sqale_index&branch=master )] ( https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions )
1615* [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=alert_status&branch=master )] ( https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions )
2221
2322** devel**
2423* ![ Build status] ( https://github.com/dmako/CommonNetExtensions/actions/workflows/verify.yml/badge.svg?branch=devel )
25- * [ ![ codecov] ( https://codecov.io/gh/dmako/CommonNetExtensions/branch/devel/graph/badge.svg?token=3DB4YSH9UW )] ( https://codecov.io/gh/dmako/CommonNetExtensions )
2624* [ ![ Coverage] ( https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=coverage&branch=devel )] ( https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions )
2725* [ ![ Technical Debt] ( https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=sqale_index&branch=devel )] ( https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions )
2826* [ ![ Quality Gate Status] ( https://sonarcloud.io/api/project_badges/measure?project=dmako_CommonNetExtensions&metric=alert_status&branch=devel )] ( https://sonarcloud.io/summary/new_code?id=dmako_CommonNetExtensions )
You can’t perform that action at this time.
0 commit comments