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: add multiple new functions to test results #35

Merged
merged 12 commits into from
Oct 12, 2024
Merged

Conversation

imrn99
Copy link
Owner

@imrn99 imrn99 commented Oct 12, 2024

  • add f32/f64 support for tests
  • add 4 additional integral to compute
  • add a field to ComputeMethod::Boole to bypass method requirement (# of interval is a multiple of 4)

closes #23, #21

@codecov-commenter
Copy link

codecov-commenter commented Oct 12, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 96.05263% with 6 lines in your changes missing coverage. Please review.

Project coverage is 91.71%. Comparing base (60cd608) to head (fdfc84f).

Files with missing lines Patch % Lines
integraal/src/tests/mod.rs 87.50% 4 Missing ⚠️
integraal/src/tests/function_b.rs 91.66% 2 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##            trunk      #35      +/-   ##
==========================================
+ Coverage   91.06%   91.71%   +0.65%     
==========================================
  Files           3        9       +6     
  Lines         459      483      +24     
==========================================
+ Hits          418      443      +25     
+ Misses         41       40       -1     

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

@imrn99 imrn99 marked this pull request as ready for review October 12, 2024 12:28
@imrn99 imrn99 merged commit dfc0843 into trunk Oct 12, 2024
13 checks passed
@imrn99 imrn99 deleted the update-tests branch October 12, 2024 12:28
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.

Add more precise methods
2 participants