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

net5 #583

Merged
merged 3 commits into from
Nov 10, 2020
Merged

net5 #583

merged 3 commits into from
Nov 10, 2020

Conversation

bruno-garcia
Copy link
Member

No description provided.

@bruno-garcia bruno-garcia mentioned this pull request Nov 10, 2020
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="../../src/Sentry/Sentry.csproj" />
<ProjectReference Include="../Sentry.Testing/Sentry.Testing.csproj" />
</ItemGroup>

<PropertyGroup Condition="$(TargetFramework.StartsWith('netcoreapp'))">
<PropertyGroup Condition="$(TargetFramework.StartsWith('netcoreapp')) OR $(TargetFramework.StartsWith('net5'))">
Copy link
Contributor

Choose a reason for hiding this comment

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

@codecov-io
Copy link

codecov-io commented Nov 10, 2020

Codecov Report

Merging #583 (933667a) into main (c3f6c85) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #583      +/-   ##
==========================================
+ Coverage   63.20%   63.22%   +0.02%     
==========================================
  Files         181      181              
  Lines        5139     5137       -2     
  Branches      882      881       -1     
==========================================
  Hits         3248     3248              
+ Misses       1655     1654       -1     
+ Partials      236      235       -1     
Impacted Files Coverage Δ
test/Sentry.Testing/HttpClientExtensions.cs 80.00% <ø> (+7.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c3f6c85...933667a. Read the comment docs.

@bruno-garcia bruno-garcia merged commit 234f34c into main Nov 10, 2020
@bruno-garcia bruno-garcia deleted the feat/test-on-net5-stable branch November 10, 2020 23:55
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.

3 participants