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

Update documentation of average.rs #609

Merged
merged 2 commits into from
Nov 12, 2023

Conversation

vil02
Copy link
Member

@vil02 vil02 commented Nov 12, 2023

Pull Request Template

Description

After merging #601, median allows f64 inputs. I have overlooked it back then.

Checklist:

  • I ran bellow commands using the latest version of rust nightly.
  • I ran cargo clippy --all -- -D warnings just before my last commit and fixed any issue that was found.
  • I ran cargo fmt just before my last commit.
  • I ran cargo test just before my last commit and all tests passed.
  • I checked COUNTRIBUTING.md and my code follows its guidelines.

@vil02 vil02 marked this pull request as ready for review November 12, 2023 14:09
@vil02 vil02 requested review from siriak and imp2002 as code owners November 12, 2023 14:09
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (0f239fd) 94.40% compared to head (f21ee24) 94.40%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #609   +/-   ##
=======================================
  Coverage   94.40%   94.40%           
=======================================
  Files         268      268           
  Lines       21827    21827           
=======================================
  Hits        20605    20605           
  Misses       1222     1222           
Files Coverage Δ
src/math/average.rs 100.00% <ø> (ø)

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

@siriak siriak enabled auto-merge (squash) November 12, 2023 18:20
@siriak siriak merged commit 0c2f4d9 into TheAlgorithms:master Nov 12, 2023
5 checks passed
@vil02 vil02 deleted the update_average_docs branch November 12, 2023 21:03
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