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

Adds coverlet.console support for Linux tests #27

Merged
merged 1 commit into from
Jun 17, 2024

Conversation

santisq
Copy link
Owner

@santisq santisq commented Jun 17, 2024

Updates to .csproj:

  <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
    <EmbedUntrackedSources>true</EmbedUntrackedSources>
    <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
  </PropertyGroup>

  <ItemGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
    <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="all" />
  </ItemGroup>

@santisq santisq added the bug Something isn't working label Jun 17, 2024
@santisq santisq self-assigned this Jun 17, 2024
@santisq santisq linked an issue Jun 17, 2024 that may be closed by this pull request
@santisq santisq merged commit 835f24f into main Jun 17, 2024
2 of 4 checks passed
@santisq santisq deleted the 23-add-coverletconsole-support-for-linux-runner-tests branch June 17, 2024 19:42
@santisq santisq changed the title Updates csproj, adds coverlet support for Linux tests. Adds coverlet.console support for Linux tests Jun 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add coverlet.console support for Linux runner tests
1 participant