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

Fix code coverage analysis #3062

Merged
merged 2 commits into from
Oct 1, 2024

Conversation

gathogojr
Copy link
Contributor

@gathogojr gathogojr commented Sep 13, 2024

Description

Fix code coverage analysis

Restrict code coverage analysis to only the ODL libraries:
{C2646442-5390-49A7-9FCA-C110E72E7C34}

Checklist (Uncheck if it is not completed)

  • Build and test with one-click build and test script passed

xuzhg
xuzhg previously approved these changes Sep 19, 2024
@@ -37,6 +37,10 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.1' or '$(TargetFramework)' == 'net452'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we still support 'netcoreapp1.1'?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems that this PR is targeted at 7.x branch.

@@ -28,7 +28,7 @@
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.1'">
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp1.1' or '$(TargetFramework)' == 'net452'">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shall we remove 'netcoreapp1.1'?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request is targeted at 7.x

habbes
habbes previously approved these changes Sep 23, 2024
@gathogojr gathogojr dismissed stale reviews from habbes and xuzhg via 5c37d76 September 25, 2024 09:38
@gathogojr gathogojr force-pushed the fix/code-coverage-analysis branch from 2da5746 to 20767ad Compare September 25, 2024 13:27
marabooy
marabooy previously approved these changes Sep 26, 2024
.gitignore Outdated Show resolved Hide resolved
habbes
habbes previously approved these changes Sep 26, 2024
Co-authored-by: David W <1511024+marabooy@users.noreply.github.com>
@gathogojr gathogojr dismissed stale reviews from habbes and marabooy via c3d563f October 1, 2024 08:50
@gathogojr gathogojr merged commit ce2a3b9 into OData:release-7.x Oct 1, 2024
5 checks passed
@gathogojr gathogojr deleted the fix/code-coverage-analysis branch October 1, 2024 11:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants