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

Feat: Add website commands #327

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

philogicae
Copy link
Member

JIRA: ALEPH-234

Self proofreading checklist

  • The new code clear, easy to read and well commented.
  • New code does not duplicate the functions of builtin or popular libraries.
  • An LLM was used to review the new code and look for simplifications.
  • New classes and functions contain docstrings explaining what they provide.
  • All new code is covered by relevant tests.

Changes

  • Add aleph website create
  • Add aleph website update
  • Add aleph website delete
  • Add aleph website list
  • Add aleph website history
  • Add all tests

Screenshot

...

@philogicae philogicae self-assigned this Jan 22, 2025
@philogicae philogicae force-pushed the feat-add-website-cmds branch from 7feb69f to ff89212 Compare January 23, 2025 15:35
Copy link

codecov bot commented Jan 23, 2025

Codecov Report

Attention: Patch coverage is 80.70175% with 11 lines in your changes missing coverage. Please review.

Project coverage is 57.53%. Comparing base (0e35d70) to head (ff89212).

Files with missing lines Patch % Lines
src/aleph_client/commands/website.py 80.35% 11 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #327      +/-   ##
==========================================
+ Coverage   57.02%   57.53%   +0.50%     
==========================================
  Files          18       19       +1     
  Lines        2592     2649      +57     
  Branches      330      331       +1     
==========================================
+ Hits         1478     1524      +46     
- Misses        939      950      +11     
  Partials      175      175              

☔ 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
None yet
Development

Successfully merging this pull request may close these issues.

1 participant