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.
https://plugin-health.jenkins.io
MIT License
24 stars 46 forks source link

Need Renaming or add proper test for shouldRequireValidSCMAndLastCommit in DependabotProbeTest #460

Closed AayushSaini101 closed 9 months ago

AayushSaini101 commented 9 months ago

Currently the naming of test method is seems to confusing that is

image

In this test method we are only validating the repository not last commit void shouldRequireValidSCMAndLastCommit() { }

alecharp commented 9 months ago

Screenshots of code are not helpful. Providing links would be simpler.