Skip to content

Drop support for .NET 6, test against .NET 9 #1656

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

Merged
merged 8 commits into from
Dec 24, 2024

Reduce output from tests in local interactive build

22507c6
Select commit
Loading
Failed to load commit list.
Merged

Drop support for .NET 6, test against .NET 9 #1656

Reduce output from tests in local interactive build
22507c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 24, 2024 in 0s

90.68% (+0.01%) compared to c4dde57

View this Pull Request on Codecov

90.68% (+0.01%) compared to c4dde57

Details

Codecov Report

Attention: Patch coverage is 99.35149% with 5 lines in your changes missing coverage. Please review.

Project coverage is 90.68%. Comparing base (c4dde57) to head (22507c6).

Files with missing lines Patch % Lines
src/Examples/DapperExample/Program.cs 33.33% 2 Missing ⚠️
...c/JsonApiDotNetCore/Configuration/ResourceGraph.cs 66.66% 2 Missing ⚠️
...piDotNetCore/Diagnostics/AspNetCodeTimerSession.cs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1656      +/-   ##
==========================================
+ Coverage   90.66%   90.68%   +0.01%     
==========================================
  Files         355      354       -1     
  Lines       11559    11535      -24     
  Branches     1905     1900       -5     
==========================================
- Hits        10480    10460      -20     
+ Misses        705      701       -4     
  Partials      374      374              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.