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

#126: Monitoring for ide-urls #160

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

alfeilex
Copy link
Member

No description provided.

@coveralls
Copy link
Collaborator

coveralls commented Dec 20, 2023

Pull Request Test Coverage Report for Build 9210303329

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 81 unchanged lines in 2 files lost coverage.
  • Overall coverage decreased (-0.5%) to 59.013%

Files with Coverage Reduction New Missed Lines %
com/devonfw/tools/ide/url/UpdateInitiator.java 9 0.0%
com/devonfw/tools/ide/url/updater/AbstractUrlUpdater.java 72 60.36%
Totals Coverage Status
Change from base Build 9176576832: -0.5%
Covered Lines: 4651
Relevant Lines: 7595

💛 - Coveralls

@@ -441,6 +446,9 @@ private void doUpdateStatusJson(boolean success, int statusCode, UrlVersion urlV

logger.info("For tool {} and version {} the download verification succeeded with status code {} for URL {}.", tool,
version, code, url);

urlErrorState.updateVerifications(true);
Copy link
Member Author

Choose a reason for hiding this comment

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

We need probably another place for this function. Currently, I have commented out updateExistingVersions in the update function. If not, the number of verification is doubled, because doUpdateStatusJson is called twice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🏗 In progress
Development

Successfully merging this pull request may close these issues.

None yet

3 participants