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

Fixed a small bug in the Power Source #289

Merged

Conversation

DanteNiewenhuis
Copy link
Contributor

Summary

Fixed a small bug in the Power Source that caused the Power Source to report incorrect energy usage numbers.

Implementation Notes ⚒️

Added an update to the counters to the pushSupply function.

External Dependencies 🍀

N / A

Breaking API Changes ⚠️

N / A

Simply specify none (N/A) if not applicable.

@DanteNiewenhuis DanteNiewenhuis self-assigned this Jan 10, 2025
@DanteNiewenhuis DanteNiewenhuis linked an issue Jan 10, 2025 that may be closed by this pull request
@DanteNiewenhuis DanteNiewenhuis merged commit 39aeb8e into atlarge-research:master Jan 10, 2025
4 checks passed
@DanteNiewenhuis DanteNiewenhuis deleted the power_source_fix branch January 10, 2025 14:10
Copy link

codecov bot commented Jan 10, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 55.10%. Comparing base (192ca10) to head (449ef44).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #289   +/-   ##
=========================================
  Coverage     55.10%   55.10%           
  Complexity     1893     1893           
=========================================
  Files           319      319           
  Lines          9617     9618    +1     
  Branches        932      932           
=========================================
+ Hits           5299     5300    +1     
  Misses         4015     4015           
  Partials        303      303           

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

Fix energy usage of Power Source
2 participants