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

Enable ruff #276

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

fix(ruff/PLR1704): shadow chain argument

09e2446
Select commit
Loading
Failed to load commit list.
Open

Enable ruff #276

fix(ruff/PLR1704): shadow chain argument
09e2446
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 30, 2025 in 1s

56.84% (-0.34%) compared to 0e35d70

View this Pull Request on Codecov

56.84% (-0.34%) compared to 0e35d70

Details

Codecov Report

Attention: Patch coverage is 56.60377% with 69 lines in your changes missing coverage. Please review.

Project coverage is 56.84%. Comparing base (0e35d70) to head (09e2446).

Files with missing lines Patch % Lines
src/aleph_client/commands/program.py 64.70% 18 Missing ⚠️
src/aleph_client/commands/instance/__init__.py 40.74% 16 Missing ⚠️
src/aleph_client/commands/message.py 16.66% 10 Missing ⚠️
src/aleph_client/commands/utils.py 50.00% 9 Missing ⚠️
src/aleph_client/utils.py 72.22% 5 Missing ⚠️
src/aleph_client/commands/instance/display.py 40.00% 3 Missing ⚠️
src/aleph_client/__init__.py 0.00% 2 Missing ⚠️
src/aleph_client/commands/account.py 60.00% 2 Missing ⚠️
src/aleph_client/commands/aggregate.py 0.00% 2 Missing ⚠️
src/aleph_client/commands/domain.py 66.66% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #276      +/-   ##
==========================================
- Coverage   57.17%   56.84%   -0.34%     
==========================================
  Files          18       18              
  Lines        2592     2602      +10     
  Branches      330      330              
==========================================
- Hits         1482     1479       -3     
- Misses        937      950      +13     
  Partials      173      173              

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