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: remove Bernstein function fuzzing (close #111) #112

Merged
merged 2 commits into from
Feb 16, 2023

Conversation

hsloot
Copy link
Owner

@hsloot hsloot commented Feb 11, 2023

Related issues

Closes/Fixes #111

Checklist

  • R CMD CHECK successful
  • tests included
  • documentation included or updated
  • commit messages follow commit guidelines

@hsloot hsloot added the Refactor Improve some code by rewriting it label Feb 11, 2023
@hsloot hsloot self-assigned this Feb 11, 2023
@codecov
Copy link

codecov bot commented Feb 11, 2023

Codecov Report

Base: 90.85% // Head: 90.91% // Increases project coverage by +0.05% 🎉

Coverage data is based on head (22859e3) compared to base (3938760).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #112      +/-   ##
==========================================
+ Coverage   90.85%   90.91%   +0.05%     
==========================================
  Files          43       43              
  Lines        1433     1442       +9     
==========================================
+ Hits         1302     1311       +9     
  Misses        131      131              
Impacted Files Coverage Δ
R/s4-AlphaStableBernsteinFunction.R 80.00% <100.00%> (ø)
R/s4-BernsteinFunction.R 100.00% <100.00%> (ø)
R/s4-CompositeScaledBernsteinFunction.R 42.85% <100.00%> (ø)
R/s4-ConstantBernsteinFunction.R 76.19% <100.00%> (ø)
R/s4-ConvexCombinationOfBernsteinFunctions.R 62.50% <100.00%> (ø)
R/s4-ExponentialBernsteinFunction.R 80.00% <100.00%> (ø)
R/s4-GammaBernsteinFunction.R 80.00% <100.00%> (ø)
R/s4-InverseGaussianBernsteinFunction.R 80.00% <100.00%> (ø)
R/s4-LinearBernsteinFunction.R 78.26% <100.00%> (ø)
R/s4-ParetoBernsteinFunction.R 76.00% <100.00%> (ø)
... and 3 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Owner Author

@hsloot hsloot left a comment

Choose a reason for hiding this comment

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

reviewed

@hsloot hsloot merged commit 4124041 into main Feb 16, 2023
@hsloot hsloot deleted the test-remove-bernstein-function-fuzzing branch February 16, 2023 20:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Refactor Improve some code by rewriting it
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] remove Bernstein function fuzzing from tests
1 participant