Skip to content

Commit

Permalink
TBD exclude from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
vnaskos-sonar committed Nov 27, 2024
1 parent f783f7d commit c6230aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CFamily/Analysis/CLangAnalyzer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
*/

using System.ComponentModel.Composition;
using System.Diagnostics.CodeAnalysis;
using SonarLint.VisualStudio.Core.Analysis;

namespace SonarLint.VisualStudio.CFamily.Analysis
Expand All @@ -33,6 +34,7 @@ void ExecuteAnalysis(string path,
CancellationToken cancellationToken);
}

[ExcludeFromCodeCoverage]
[Export(typeof(ICFamilyAnalyzer))]
[PartCreationPolicy(CreationPolicy.Shared)]
internal class CLangAnalyzer : ICFamilyAnalyzer
Expand Down

0 comments on commit c6230aa

Please sign in to comment.