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

Allow to show tx history via CLI and API #315

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Fix typing

06ea786
Select commit
Loading
Failed to load commit list.
Open

Allow to show tx history via CLI and API #315

Fix typing
06ea786
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 9, 2023 in 0s

56.86% (-0.30%) compared to 87c0adc

View this Pull Request on Codecov

56.86% (-0.30%) compared to 87c0adc

Details

Codecov Report

Patch coverage: 61.40% and project coverage change: -0.30% ⚠️

Comparison is base (87c0adc) 57.15% compared to head (06ea786) 56.86%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #315      +/-   ##
==========================================
- Coverage   57.15%   56.86%   -0.30%     
==========================================
  Files          43       43              
  Lines        4010     4154     +144     
==========================================
+ Hits         2292     2362      +70     
- Misses       1718     1792      +74     
Files Changed Coverage Δ
cashu/wallet/wallet.py 80.14% <0.00%> (-0.69%) ⬇️
cashu/wallet/cli/cli.py 48.19% <27.27%> (-1.03%) ⬇️
cashu/wallet/api/responses.py 100.00% <100.00%> (ø)
cashu/wallet/api/router.py 70.84% <100.00%> (+2.27%) ⬆️
cashu/wallet/crud.py 74.80% <100.00%> (+1.03%) ⬆️
cashu/wallet/helpers.py 83.73% <100.00%> (+0.98%) ⬆️
cashu/wallet/migrations.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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