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

Add Transaction Info to Basketball Team #597

Merged
merged 1 commit into from
Nov 1, 2024

Conversation

simonbilskyrollins
Copy link
Contributor

Porting functionality that already exists in football over to basketball.

self.acquisitions = data.get('transactionCounter', {}).get('acquisitions', 0)
self.acquisition_budget_spent = data.get('transactionCounter', {}).get('acquisitionBudgetSpent', 0)
self.drops = data.get('transactionCounter', {}).get('drops', 0)
self.trades = data.get('transactionCounter', {}).get('trades', 0)

Copy link

codecov bot commented Oct 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.01%. Comparing base (be5e92b) to head (3dcd6ca).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #597      +/-   ##
==========================================
+ Coverage   83.98%   84.01%   +0.02%     
==========================================
  Files          60       60              
  Lines        2254     2258       +4     
==========================================
+ Hits         1893     1897       +4     
  Misses        361      361              

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

@cwendt94
Copy link
Owner

cwendt94 commented Nov 1, 2024

Thanks for adding this!

@cwendt94 cwendt94 merged commit 0fcab3f into cwendt94:master Nov 1, 2024
3 checks passed
@simonbilskyrollins simonbilskyrollins deleted the transactionInfo branch November 3, 2024 04:16
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.

None yet

2 participants