James Kessler

Results 416 comments of James Kessler

Hi, @danielbeardsley. Thanks. I've added your request to the card in our backlog related to changing our integration method (see below). Things are this way because we use a Github...

I understand. We're a very small outfit and, as I say, the biggest effort for us in switching is supporting both integrations while offering an opt-in migration path for "legacy"...

If it helps anyone here, GitLab setup instruction are here: https://docs.coveralls.io/gitlab They have been up since Oct, 2019. FYI @earonesty support for private Gitlab repos is supported as of Spring...

@Alir3z4 apologies. Re-opening the issue. I've re-labeled it for core team. Someone will get to it asap.

@ndbroadbent and others still struggling with Gitlab CI. We are updating our docs to match the latest Gitlab config changes. In the meantime, here is the [.gitlab-ci.yml](https://gitlab.com/graphql-devise/graphql_devise/-/blob/b9ab09e8bc2dd0b1a3e359c0c1f409764f16f248/.gitlab-ci.yml) of a [public...

@MuellerSeb I have updated the links above to point to a snapshot of the code from Apr 2021. Here is that [.gitlab-ci.yml](https://gitlab.com/graphql-devise/graphql_devise/-/blob/b9ab09e8bc2dd0b1a3e359c0c1f409764f16f248/.gitlab-ci.yml).

@exarkun, thanks for the feedback and suggestions. We're in progress on a major update to our documentation. I assume what you'd like to see is something like this: https://docs.coveralls.io/api-reference Or...

@exarkun I see. To answer your question, for all intents and purposes, consider `service_number` unique to a single `build` (to which there may belong one or more `jobs`). Technically, only...

@RoadRunnr this is true. Only in the case of Github Actions, where we have privileged access to your CI service because Coveralls is already integrated with Github, we use Github's...

@Panaetius using the `GITHUB_TOKEN` is a means of identifying the repo to the Coveralls API when using the [Coveralls Github Action](https://github.com/marketplace/actions/coveralls-github-action) and distinguishing it from other integrations _not_ using the...