While looking through the code I stumpled across a potential bug here:
|
last_marker_new = utils.get_repo_last_marker(repo_url, 'commits') |
If I did not miss anything, it always looks up the latest commit from the default branch of the repository, therefore ignoring the branch specified for the measurement.
While looking through the code I stumpled across a potential bug here:
green-metrics-tool/cron/watchlist.py
Line 64 in c39bacb
If I did not miss anything, it always looks up the latest commit from the default branch of the repository, therefore ignoring the branch specified for the measurement.