Skip to content

chore(deps): update dependency verify.tunit to v32 #493

chore(deps): update dependency verify.tunit to v32

chore(deps): update dependency verify.tunit to v32 #493

Workflow file for this run

name: SonarCloud
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions:
contents: read
jobs:
sonarcloud:
uses: reactiveui/actions-common/.github/workflows/workflow-common-sonarcloud.yml@main
with:
srcFolder: src
solutionFile: Refit.slnx
minverMinimumMajorMinor: '10.2'
sonarProjectKey: reactiveui_refit
sonarOrganization: reactiveui
sonarExclusions: '**/tests/**,**/benchmarks/**,**/examples/**,**/TestResults/**'
# The smoke tests are standalone executables run outside the test harness, so no collector instruments them.
sonarCoverageExclusions: '**/tests/**,**/benchmarks/**,**/examples/**,**/*Tests/**,**/*Tests.cs,**/Generated/**,**/*.g.cs,**/Refit.NativeAotSmoke/**,**/Refit.NetFrameworkSmoke/**'
sonarCpdExclusions: '**/tests/**,**/benchmarks/**,**/examples/**'
sonarTestExclusions: '**/tests/**,**/benchmarks/**,**/examples/**'
testTimeout: '15m'
secrets:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}