Skip to content

Commit

Permalink
Temporarily exclude from code coverage due to QG
Browse files Browse the repository at this point in the history
  • Loading branch information
georgii-borovinskikh-sonarsource committed Nov 21, 2023
1 parent 7cba58f commit c8fcfab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/SonarQube.Client/SonarQubeService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
using System;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.IO;
using System.Linq;
using System.Net.Http;
Expand Down Expand Up @@ -391,6 +392,7 @@ public async Task<IList<SonarQubeHotspotSearch>> SearchHotspotsAsync(string proj
},
token);

[ExcludeFromCodeCoverage]
public Task TransitionIssueAsync(string issueKey, SonarQubeIssueTransition transition, string optionalComment, CancellationToken token)
{
// no-op, will be implemented later
Expand Down

0 comments on commit c8fcfab

Please sign in to comment.