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

Added package and version to plugin description #134

Merged
merged 1 commit into from
May 6, 2023

Conversation

GlassOfWhiskey
Copy link
Member

This commit adds more information to the output of streamflow plugin list and streamflow plugin show commands. In particular, it adds information on the plugin package name and on the version installed.

This commit also separates the CachedDatabase in a dedicated base.py file.

This commit adds more information to the output of `streamflow plugin
list` and `streamflow plugin show` commands. In particular, it adds
information on the plugin package name and on the version installed.

This commit also separates the `CachedDatabase` in a dedicated base.py
file.
@codecov-commenter
Copy link

Codecov Report

Patch coverage: 62.96% and project coverage change: +0.01 🎉

Comparison is base (205c2e4) 65.62% compared to head (8e4d884) 65.64%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #134      +/-   ##
==========================================
+ Coverage   65.62%   65.64%   +0.01%     
==========================================
  Files          80       81       +1     
  Lines        9720     9724       +4     
  Branches     2295     2297       +2     
==========================================
+ Hits         6379     6383       +4     
- Misses       2940     2941       +1     
+ Partials      401      400       -1     
Impacted Files Coverage Δ
streamflow/ext/utils.py 15.20% <0.00%> (-0.25%) ⬇️
streamflow/main.py 35.37% <ø> (-0.44%) ⬇️
streamflow/persistence/base.py 100.00% <100.00%> (ø)
streamflow/persistence/sqlite.py 78.94% <100.00%> (-1.06%) ⬇️

... and 1 file with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@GlassOfWhiskey GlassOfWhiskey merged commit 9fc0e94 into master May 6, 2023
@GlassOfWhiskey GlassOfWhiskey deleted the improve-plugin-management branch May 6, 2023 09:24
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.

2 participants