mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
Update main.yml
removing old websocket from sonar ignore
This commit is contained in:
parent
92c7196f69
commit
9d2334ca19
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -99,11 +99,10 @@ jobs:
|
|||||||
/d:sonar.verbose="true"
|
/d:sonar.verbose="true"
|
||||||
/d:sonar.cs.nunit.reportsPaths=Tests/editmode-results.xml,Tests/playimode-results.xml
|
/d:sonar.cs.nunit.reportsPaths=Tests/editmode-results.xml,Tests/playimode-results.xml
|
||||||
/d:sonar.cs.opencover.reportsPaths=Tests/workspace-opencov/EditMode/TestCoverageResults_0000.xml,Tests/workspace-opencov/PlayMode/TestCoverageResults_0000.xml
|
/d:sonar.cs.opencover.reportsPaths=Tests/workspace-opencov/EditMode/TestCoverageResults_0000.xml,Tests/workspace-opencov/PlayMode/TestCoverageResults_0000.xml
|
||||||
/d:sonar.coverage.exclusions=Assets/Mirror/Runtime/Transport/Telepathy/**/*.cs,Assets/Mirror/Runtime/Transport/Websocket/**/*.cs,Assets/Mirror/Runtime/Transport/SimpleWebTransport/**,Assets/Mirror/Cloud/**/*.cs,Assets/Mirror/Examples/**/*.cs,Assets/Mirror/Tests/**/*.cs
|
/d:sonar.coverage.exclusions=Assets/Mirror/Runtime/Transport/Telepathy/**/*.cs,Assets/Mirror/Runtime/Transport/SimpleWebTransport/**,Assets/Mirror/Cloud/**/*.cs,Assets/Mirror/Examples/**/*.cs,Assets/Mirror/Tests/**/*.cs
|
||||||
/d:sonar.exclusions=Assets/Mirror/Runtime/Transport/SimpleWebTransport/**
|
/d:sonar.exclusions=Assets/Mirror/Runtime/Transport/SimpleWebTransport/**
|
||||||
# files ignored in code coverage:
|
# files ignored in code coverage:
|
||||||
# Assets/Mirror/Runtime/Transport/Telepathy/** - has its own test in the Telepathy repo
|
# Assets/Mirror/Runtime/Transport/Telepathy/** - has its own test in the Telepathy repo
|
||||||
# Assets/Mirror/Runtime/Transport/Websocket/** - needs tests but should be done in its own repo
|
|
||||||
# Assets/Mirror/Runtime/Transport/SimpleWebTransport/** - fully exclude this because it has sonar running on its repo
|
# Assets/Mirror/Runtime/Transport/SimpleWebTransport/** - fully exclude this because it has sonar running on its repo
|
||||||
# Assets/Mirror/Cloud/** - has its own tests in private cloud repo
|
# Assets/Mirror/Cloud/** - has its own tests in private cloud repo
|
||||||
# Assets/Mirror/Examples/** - examples dont need test coverage
|
# Assets/Mirror/Examples/** - examples dont need test coverage
|
||||||
|
Loading…
Reference in New Issue
Block a user