File tree Expand file tree Collapse file tree
SysML2.NET.Viewer.Tests/Services/Authentication Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4545 run : dotnet build --no-restore --no-incremental /p:ContinuousIntegrationBuild=true
4646
4747 - name : Run Tests and Compute Coverage
48- run : dotnet-coverage collect "dotnet test SysML2.NET.sln --filter Category!='Integration' -- no-restore --no-build --verbosity quiet" -f xml -o "coverage.xml"
48+ run : dotnet-coverage collect "dotnet test SysML2.NET.sln --no-restore --no-build --verbosity quiet" -f xml -o "coverage.xml"
4949
5050 - name : Sonarqube end
5151 run : dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ namespace SySML2.NET.REST.Tests
3232 /// <summary>
3333 /// Suite of tests for the <see cref="RestClient"/> class
3434 /// </summary>
35- [ Category ( "Integration" ) ]
35+ [ TestFixture ]
3636 public class RestClientTestFixture
3737 {
3838 private string baseUri ;
Original file line number Diff line number Diff line change @@ -36,7 +36,6 @@ namespace SysML2.NET.Viewer.Tests.Services.Authentication
3636 /// <summary>
3737 /// Suite of tests for the <see cref="AuthenticationService"/>
3838 /// </summary>
39- [ Category ( "Integration" ) ]
4039 [ TestFixture ]
4140 public class AuthenticationServiceTestFixture
4241 {
You can’t perform that action at this time.
0 commit comments