devonfw / IDEasy

Tool to automate the setup and updates of a development environment for any project (Successor of devonfw-ide).
Apache License 2.0
11 stars 23 forks source link

#637: Option to disable updates #765

Closed KianRolf closed 4 days ago

KianRolf commented 1 week ago

fixes https://github.com/devonfw/IDEasy/issues/637

Allows the user to call tools with --skipUpdates or -s, which skips updates for the tool if the configured version and the installed version match.

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 11968342240

Details


Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/context/IdeStartContextImpl.java 1 95.0%
com/devonfw/tools/ide/commandlet/ContextCommandlet.java 5 75.51%
com/devonfw/tools/ide/tool/LocalToolCommandlet.java 15 86.11%
com/devonfw/tools/ide/context/AbstractIdeContext.java 65 60.25%
<!-- Total: 86 -->
Totals Coverage Status
Change from base Build 11963682724: -0.007%
Covered Lines: 6467
Relevant Lines: 9248

💛 - Coveralls