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

don't report dependencies from `.sln` files

eee567f
Select commit
Loading
Failed to load commit list.
Draft

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

don't report dependencies from `.sln` files
eee567f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Sep 19, 2024 in 1s

95.3% of diff hit (target 88.9%)

View this Pull Request on Codecov

95.3% of diff hit (target 88.9%)

Annotations

Check warning on line 76 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#L74-L76

Added lines #L74 - L76 were not covered by tests

Check warning on line 153 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#L152-L153

Added lines #L152 - L153 were not covered by tests

Check warning on line 156 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#L155-L156

Added lines #L155 - L156 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 209 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#L208-L209

Added lines #L208 - L209 were not covered by tests

Check warning on line 271 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#L270-L271

Added lines #L270 - L271 were not covered by tests

Check warning on line 333 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#L331-L333

Added lines #L331 - L333 were not covered by tests

Check warning on line 202 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#L202

Added line #L202 was not covered by tests

Check warning on line 205 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#L204-L205

Added lines #L204 - L205 were not covered by tests