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

Bug fixes, better test coverage #88

Merged
merged 7 commits into from
Oct 12, 2023
Merged

Bug fixes, better test coverage #88

merged 7 commits into from
Oct 12, 2023

Conversation

computablee
Copy link
Owner

Which issue are you addressing?

Partially addresses #45

How have you addressed the issue?

This PR introduces calls to DotMP that test several currently untested code paths, especially in Parallel.FixArgs. Additionally, one of the updated tests caught a bug in GetNumThreads, so this PR introduces a bug fix for that.

How have you tested your patch?

This is a testing PR :)

@codecov
Copy link

codecov bot commented Oct 12, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (2d604ef) 93.28% compared to head (943349c) 95.45%.
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #88      +/-   ##
==========================================
+ Coverage   93.28%   95.45%   +2.16%     
==========================================
  Files          12       12              
  Lines        1102     1099       -3     
  Branches      101      101              
==========================================
+ Hits         1028     1049      +21     
+ Misses         54       34      -20     
+ Partials       20       16       -4     
Files Coverage Δ
DotMP/Parallel.cs 91.94% <75.00%> (+5.00%) ⬆️

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

@computablee
Copy link
Owner Author

Ignoring the failing codecov patch action. There's something funky going on with coverlet, looks to be a bug.

@computablee computablee merged commit 1801c02 into main Oct 12, 2023
11 of 12 checks passed
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