Skip to content

Commit

Permalink
chore(e2e): exclude e2e tests from sonar coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
evegufy committed Sep 29, 2023
1 parent 29dbdeb commit 5e9fe33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/endtoend/EndToEnd.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
<Nullable>enable</Nullable>
<IsPackable>false</IsPackable>
<UserSecretsId>89b874aa-64fd-4b0b-906a-89beb21c09e6</UserSecretsId>
<!-- Exclude the project from analysis -->
<SonarQubeExclude>true</SonarQubeExclude>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 5e9fe33

Please sign in to comment.