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

Add test for Parallel.MasterTaskloop #83

Merged
merged 2 commits into from
Oct 8, 2023
Merged

Add test for Parallel.MasterTaskloop #83

merged 2 commits into from
Oct 8, 2023

Conversation

computablee
Copy link
Owner

This PR simply modifies the implementation of saxpy_parallelregion_for_taskloop to call Parallel.MasterTaskloop instead of Parallel.ParallelMasterTaskloop. This increases code coverage because ParallelMasterTaskloop is already tested elsewhere in the code.

@codecov
Copy link

codecov bot commented Oct 8, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (62b7900) 89.31% compared to head (778f879) 90.06%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #83      +/-   ##
==========================================
+ Coverage   89.31%   90.06%   +0.74%     
==========================================
  Files          11       11              
  Lines         805      805              
  Branches       86       86              
==========================================
+ Hits          719      725       +6     
+ Misses         64       58       -6     
  Partials       22       22              

see 1 file with indirect coverage changes

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

@computablee computablee merged commit 47a01d9 into main Oct 8, 2023
12 checks passed
@computablee computablee deleted the testing branch October 12, 2023 05:21
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.

1 participant