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: make noop plugin recognizable #373

Merged
merged 2 commits into from
Feb 7, 2024

Conversation

giovanni-guidini
Copy link
Contributor

context: codecov/feedback#258

Currently there's no way to disable plugins.
We don't want to change the default to preserve compatibility with the uploader little magic tricks that were executed by default (as far as I know).

These changes allow you to pass the --plugin noop option to the create-upload command in order to not execute any plugin.

context: codecov/feedback#258

Currently there's no way to disable plugins.
We don't want to change the default to preserve compatibility with the uploader
little magic tricks that were executed by default (as far as I know).

These changes allow you to pass the `--plugin noop` option to the `create-upload`
command in order to not execute any plugin.
Copy link

codecov bot commented Feb 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (da50de0) 96.01% compared to head (a0c91f1) 96.02%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #373   +/-   ##
=======================================
  Coverage   96.01%   96.02%           
=======================================
  Files          81       81           
  Lines        2814     2816    +2     
=======================================
+ Hits         2702     2704    +2     
  Misses        112      112           
Flag Coverage Δ
python3.10 96.31% <100.00%> (+<0.01%) ⬆️
python3.11 96.30% <100.00%> (+<0.01%) ⬆️
python3.8 96.27% <100.00%> (+<0.01%) ⬆️
python3.9 96.27% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

joseph-sentry
joseph-sentry previously approved these changes Feb 2, 2024
@@ -115,6 +115,11 @@ def test_get_plugin_xcode():
assert isinstance(res, XcodePlugin)


def test_get_plugin_xcode():
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

rename to test_get_plugin_noop

@giovanni-guidini giovanni-guidini merged commit 5d309ec into main Feb 7, 2024
17 of 18 checks passed
@giovanni-guidini giovanni-guidini deleted the gio/make-noop-plugin-recognizable branch February 7, 2024 12:04
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.

3 participants