You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I just noticed that Travis-CI no longer uses the status Github API. They now use the Check Runs API (and I'm guessing some other CIs do that as well).
Would it be possible to get npms-analyzer to work with Check Runs as well as Status?
I get incorrect quality values for my searches because of this. Only old modules that used the statuses API have a high score. So old modules have a higher score.
From what I understand from the source code the line here should be changed with check-runs instead of statuses.
Hey, I just noticed that Travis-CI no longer uses the status Github API. They now use the Check Runs API (and I'm guessing some other CIs do that as well).
Would it be possible to get npms-analyzer to work with Check Runs as well as Status?
Here's a link to the announcement: https://blog.travis-ci.com/2018-09-27-deprecating-github-commit-status-api-for-github-apps-managed-repositories
The text was updated successfully, but these errors were encountered: