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

More test coverage for coeff #1133

Merged
merged 1 commit into from
May 7, 2024

Conversation

NAThompson
Copy link
Contributor

coeff works with symbolic and non-integral powers. However, this case is not covered in unit tests.

Add tests to preserve this functionality into the future.

@NAThompson
Copy link
Contributor Author

This is a very trivial MR, but the goal is more to figure out y'alls workflow to hopefully contribute more meaningfully in the future.

`coeff` works with symbolic and non-integral powers.
However, this case is not covered in unit tests.

Add tests to preserve this functionality into the future.
@codecov-commenter
Copy link

codecov-commenter commented May 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 75.85%. Comparing base (79c4e92) to head (1568ebc).
Report is 162 commits behind head on master.

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

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1133      +/-   ##
==========================================
- Coverage   77.07%   75.85%   -1.23%     
==========================================
  Files          32       35       +3     
  Lines        3533     3698     +165     
==========================================
+ Hits         2723     2805      +82     
- Misses        810      893      +83     

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

Copy link
Member

@bowenszhu bowenszhu left a comment

Choose a reason for hiding this comment

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

The additional tests and typo fixes are much appreciated.

@bowenszhu bowenszhu merged commit 98d6168 into JuliaSymbolics:master May 7, 2024
8 of 11 checks passed
@NAThompson NAThompson deleted the more_tests_for_coeff branch May 8, 2024 01: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.

3 participants