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

Implement Financials Api #78

Merged
merged 1 commit into from
Dec 20, 2023
Merged

Conversation

marcvdm
Copy link
Contributor

@marcvdm marcvdm commented Nov 6, 2023

Fixes #13

Copy link

codecov bot commented Nov 6, 2023

Codecov Report

Attention: 25 lines in your changes are missing coverage. Please review.

Comparison is base (834a68e) 98.77% compared to head (2b951cb) 97.75%.

❗ Current head 2b951cb differs from pull request most recent head 4934032. Consider uploading reports for the commit 4934032 to get more accurate results

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #78      +/-   ##
============================================
- Coverage     98.77%   97.75%   -1.03%     
- Complexity      588      606      +18     
============================================
  Files           111      115       +4     
  Lines          2295     2364      +69     
============================================
+ Hits           2267     2311      +44     
- Misses           28       53      +25     
Files Coverage Δ
src/Api/FinancialApi.php 100.00% <100.00%> (ø)
src/RealtimeRegister.php 100.00% <100.00%> (ø)
src/Domain/TransactionCollection.php 66.66% <66.66%> (ø)
src/Domain/ExchangeRates.php 41.66% <41.66%> (ø)
src/Domain/Transaction.php 50.00% <50.00%> (ø)

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

@arnowest arnowest merged commit 2d0ef1d into sandwave-io:master Dec 20, 2023
1 check passed
@arnowest
Copy link
Contributor

Thanks for the addition!

@marcvdm marcvdm deleted the feature/financial branch January 10, 2024 11:45
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.

Implement Financial API
3 participants