jenkins-infra / plugin-health-scoring

This project aims to introduce a metric system to calculate the health score of each plugin within the Jenkins ecosystem and reflect the final scores on the Plugin Site for the plugin maintainers and users.

Home Page:https://plugin-health.jenkins.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullPointerException on code-coverage probe

alecharp opened this issue · comments

Description of the bug

When an plugin is not in the list of plugins of the Update Center, the code-coverage probe is throwing a NPE because we try to access the defaultBranch() method of a null object.