Skip to content

Commit

Permalink
added sonar exclusion for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielClarkeEducation committed Aug 12, 2024
1 parent 263ae7b commit b80b4bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sonarcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
/d:sonar.cs.vscoveragexml.reportsPaths=coverage.xml \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}" \
/d:sonar.host.url="https://sonarcloud.io"
/d:sonar.exclusions=tests/java/Dfe.EarlyYearsQualification.E2ETests/**
dotnet build --no-incremental
dotnet-coverage collect --settings dotnet-cover-config.xml -f xml -o coverage.xml "dotnet test"
dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit b80b4bf

Please sign in to comment.