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

Configure version checker settings by plugins #2420

Merged
merged 8 commits into from
Nov 23, 2021
Merged

Conversation

asvetlov
Copy link
Contributor

Fixes #2405

@codecov
Copy link

codecov bot commented Nov 23, 2021

Codecov Report

Merging #2420 (44e4aba) into master (1d08478) will increase coverage by 0.08%.
The diff coverage is 85.52%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2420      +/-   ##
==========================================
+ Coverage   74.89%   74.98%   +0.08%     
==========================================
  Files          62       63       +1     
  Lines       10682    10752      +70     
  Branches     1650     1660      +10     
==========================================
+ Hits         8000     8062      +62     
- Misses       2414     2417       +3     
- Partials      268      273       +5     
Impacted Files Coverage Δ
neuro-cli/src/neuro_cli/utils.py 81.54% <16.66%> (-1.29%) ⬇️
neuro-sdk/src/neuro_sdk/config_factory.py 91.51% <72.72%> (-1.44%) ⬇️
neuro-sdk/src/neuro_sdk/_version_utils.py 83.87% <83.87%> (ø)
neuro-cli/src/neuro_cli/plugin.py 87.50% <87.50%> (ø)
neuro-sdk/src/neuro_sdk/plugins.py 95.45% <93.75%> (-4.55%) ⬇️
neuro-cli/src/neuro_cli/root.py 70.68% <100.00%> (+0.52%) ⬆️
neuro-sdk/src/neuro_sdk/__init__.py 84.61% <100.00%> (ø)
neuro-sdk/src/neuro_sdk/client.py 97.97% <100.00%> (+0.15%) ⬆️
neuro-sdk/src/neuro_sdk/config.py 90.46% <100.00%> (+0.23%) ⬆️
neuro-cli/src/neuro_cli/file_logging.py 78.94% <0.00%> (-5.27%) ⬇️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1d08478...44e4aba. Read the comment docs.

@asvetlov asvetlov merged commit 71bf051 into master Nov 23, 2021
@asvetlov asvetlov deleted the refactor-update-hints branch November 23, 2021 07:48
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.

Recommend pipx install/update neuro-all in case of outdated versions
1 participant