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

least/top scored week should use float, not int #570

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

jessedp
Copy link
Contributor

@jessedp jessedp commented Sep 10, 2024

We had a team score 93.72 and another 93.0 this week. Using int comparisons allowed least_scored_week() to return 93.72 instead of 93.0 :( . float comparisons fixes this.

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.31%. Comparing base (b62b514) to head (f20d194).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #570   +/-   ##
=======================================
  Coverage   84.31%   84.31%           
=======================================
  Files          60       60           
  Lines        2231     2231           
=======================================
  Hits         1881     1881           
  Misses        350      350           

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

@cwendt94 cwendt94 merged commit 7c314ce into cwendt94:master Sep 12, 2024
3 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.

3 participants