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

Support Pipelines #63

Merged
merged 25 commits into from
Nov 7, 2024
Merged

Support Pipelines #63

merged 25 commits into from
Nov 7, 2024

Conversation

PythonFZ
Copy link
Member

@PythonFZ PythonFZ commented Nov 6, 2024

  • refactor code for better maintainability
  • use args and kwargs when possible
  • add support for pipelines
  • test extend triggers the correct keys on onUpdate

@PythonFZ PythonFZ linked an issue Nov 6, 2024 that may be closed by this pull request
@coveralls
Copy link

coveralls commented Nov 6, 2024

Pull Request Test Coverage Report for Build 11718939037

Details

  • 132 of 150 (88.0%) changed or added relevant lines in 4 files are covered.
  • 1 unchanged line in 1 file lost coverage.
  • Overall coverage decreased (-1.8%) to 93.462%

Changes Missing Coverage Covered Lines Changed/Added Lines %
znsocket/objects/init.py 15 16 93.75%
znsocket/server.py 61 66 92.42%
znsocket/client.py 50 62 80.65%
Files with Coverage Reduction New Missed Lines %
znsocket/objects/init.py 1 93.49%
Totals Coverage Status
Change from base Build 11665024107: -1.8%
Covered Lines: 629
Relevant Lines: 673

💛 - Coveralls

znsocket/client.py Outdated Show resolved Hide resolved
znsocket/client.py Outdated Show resolved Hide resolved
znsocket/client.py Outdated Show resolved Hide resolved
znsocket/server.py Outdated Show resolved Hide resolved
znsocket/server.py Outdated Show resolved Hide resolved
znsocket/server.py Outdated Show resolved Hide resolved
znsocket/server.py Outdated Show resolved Hide resolved
@PythonFZ PythonFZ linked an issue Nov 7, 2024 that may be closed by this pull request
@PythonFZ PythonFZ merged commit 5307bda into main Nov 7, 2024
4 checks passed
@PythonFZ PythonFZ deleted the 61-custom-listextend branch November 7, 2024 08:09
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.

Use a single @io custom List.extend
2 participants