Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add MSBuild binary log (.binlog) component detector #1250

Draft
wants to merge 10 commits into
base: main
Choose a base branch
from

introduce types to make the code easier to read

0a38a99
Select commit
Loading
Failed to load commit list.
Draft

add MSBuild binary log (.binlog) component detector #1250

introduce types to make the code easier to read
0a38a99
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 24, 2024 in 1s

96.2% of diff hit (target 88.9%)

View this Pull Request on Codecov

96.2% of diff hit (target 88.9%)

Annotations

Check warning on line 84 in src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs#L82-L84

Added lines #L82 - L84 were not covered by tests

Check warning on line 183 in src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs#L183

Added line #L183 was not covered by tests

Check warning on line 189 in src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs#L188-L189

Added lines #L188 - L189 were not covered by tests

Check warning on line 192 in src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/Microsoft.ComponentDetection.Detectors/nuget/NuGetMSBuildBinaryLogComponentDetector.cs#L191-L192

Added lines #L191 - L192 were not covered by tests

Check warning on line 39 in test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs#L38-L39

Added lines #L38 - L39 were not covered by tests

Check warning on line 45 in test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 211 in test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs#L210-L211

Added lines #L210 - L211 were not covered by tests

Check warning on line 273 in test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs#L272-L273

Added lines #L272 - L273 were not covered by tests

Check warning on line 335 in test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/MSBuildTestUtilities.cs#L333-L335

Added lines #L333 - L335 were not covered by tests

Check warning on line 220 in test/Microsoft.ComponentDetection.Detectors.Tests/NuGetMSBuildBinaryLogComponentDetectorTests.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/NuGetMSBuildBinaryLogComponentDetectorTests.cs#L220

Added line #L220 was not covered by tests

Check warning on line 223 in test/Microsoft.ComponentDetection.Detectors.Tests/NuGetMSBuildBinaryLogComponentDetectorTests.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/NuGetMSBuildBinaryLogComponentDetectorTests.cs#L222-L223

Added lines #L222 - L223 were not covered by tests

Check warning on line 21 in test/Microsoft.ComponentDetection.Detectors.Tests/Utilities/TemporaryFile.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/Utilities/TemporaryFile.cs#L20-L21

Added lines #L20 - L21 were not covered by tests

Check warning on line 39 in test/Microsoft.ComponentDetection.Detectors.Tests/Utilities/TemporaryFile.cs

See this annotation in the file changed.

@codecov codecov / codecov/patch

test/Microsoft.ComponentDetection.Detectors.Tests/Utilities/TemporaryFile.cs#L37-L39

Added lines #L37 - L39 were not covered by tests