Open matthew-piziak opened 6 years ago
This form...
(length
(assoc 'statuses
(ghubp-get-repos-owner-repo-commits-ref-status
(magithub-repo)
(magithub-ci-status--get-default-ref))))
...evaluates to 31
.
Conversation happening on above issue.
My
Status
header reportsFailure (30/30)
. I have more than thirty tests, but only only thirty of them show up in the status section, all of which are passing. On github.com, the CircleCI widget shows all of my tests. Is there some pagination here that is not being properly handled?