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

test: Unit Test TFM update, Integration Test workflow dependency update #2758

Merged
merged 9 commits into from
Sep 13, 2024

Conversation

tippmar-nr
Copy link
Member

@tippmar-nr tippmar-nr commented Sep 12, 2024

  • Updates unit test projects to target .NET Framework 4.8.1 rather than 4.6.2
  • Updates unit test projects to use the latest version of JustMock (previously we couldn't use the latest due to the TFM issue)
  • Updates integration and unbounded integration test projects to target 4.8.1 instead of 4.6.2
  • Updates the all_solutions workflow to install the HostableWebCore and aiohttp dependencies only for the specific integration test namespaces that require those. Net effect is a reduction of 1-2 minutes execution time for each test that doesn't need either of those dependencies.

@tippmar-nr tippmar-nr requested a review from a team as a code owner September 12, 2024 20:03
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.17%. Comparing base (27cc7e1) to head (8e02dac).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2758   +/-   ##
=======================================
  Coverage   81.17%   81.17%           
=======================================
  Files         459      459           
  Lines       29204    29204           
  Branches     3223     3223           
=======================================
+ Hits        23705    23707    +2     
+ Misses       4708     4707    -1     
+ Partials      791      790    -1     
Flag Coverage Δ
Agent 82.19% <ø> (+<0.01%) ⬆️
Profiler 72.12% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Copy link
Member

@chynesNR chynesNR left a comment

Choose a reason for hiding this comment

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

And you made it faster?? Nice work!

@tippmar-nr tippmar-nr merged commit 5835ab2 into main Sep 13, 2024
95 checks passed
@tippmar-nr tippmar-nr deleted the test/integration-test-workflow-dependencies-update branch September 13, 2024 16:47
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