magithub icon indicating copy to clipboard operation
magithub copied to clipboard

CircleCI Issues apparently capped at 30

Open matthew-piziak opened this issue 5 years ago • 2 comments

My Status header reports Failure (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?

matthew-piziak avatar Sep 11 '18 18:09 matthew-piziak

This form...

(length 
  (assoc 'statuses 
    (ghubp-get-repos-owner-repo-commits-ref-status 
      (magithub-repo) 
      (magithub-ci-status--get-default-ref))))

...evaluates to 31.

matthew-piziak avatar Sep 11 '18 18:09 matthew-piziak

Conversation happening on above issue.

vermiculus avatar Sep 11 '18 19:09 vermiculus