Skip to content

Commit

Permalink
sonnar-analysis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
afonsoft committed Nov 9, 2022
1 parent 53e056e commit 341816d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonnar-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ jobs:
- name: Build
run: dotnet build --configuration $BUILD_CONFIG
- name: Run Test
run: dotnet test tests/Metar.Decoder.Tests/Metar.Decoder.Tests.csproj --collect:"Code Coverage" --logger "trx;LogFileName=Metar.Decoder.Tests.trx" --results-directory resultTest/ --no-build --no-restore --configuration release -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=cobertura
run: dotnet test tests/Metar.Decoder.Tests/Metar.Decoder.Tests.csproj --collect:"Code Coverage" --logger "trx;LogFileName=Metar.Decoder.Tests.trx" --results-directory resultTest/ --no-build --no-restore --configuration $BUILD_CONFIG -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=cobertura
- name: Run Code Analysis
run: dotnet sonarscanner end /d:sonar.login=${{secrets.SONAR_TOKEN}}

0 comments on commit 341816d

Please sign in to comment.