Commit 5d309ec
authored
feat: make noop plugin recognizable (#373)
* feat: make noop plugin recognizable
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.
* rename test function1 parent da50de0 commit 5d309ec
2 files changed
Lines changed: 7 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| 63 | + | |
| 64 | + | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
118 | 123 | | |
119 | 124 | | |
120 | 125 | | |
| |||
0 commit comments