James Kessler

Results 415 comments of James Kessler

Hi @hartwork. From [the PR you shared](https://github.com/asyncee/django-easy-select2/pull/97/files), I think the issue might be that you're not declaring any value for `--service` and something along the way is choosing `github` as...

Hi, @hartwork. I would have to see the PR associated with [this build log](https://github.com/asyncee/django-easy-select2/runs/5087340885?check_suite_focus=true), but I suspect the difference relates to the order of configuration precedence the author changed in...

@hartwork I'm actually agnostic. I think you could also use an environment variable (suggested variable names: [`COVERALLS_SERVICE_NAME`](https://github.com/nickmerwin/node-coveralls/search?q=COVERALLS_SERVICE_NAME) or [`CI_NAME`](https://github.com/nickmerwin/node-coveralls/search?q=CI_NAME) per the conventions set in the [node-coveralls](https://github.com/nickmerwin/node-coveralls) integration), or a [`.coveralls.yml`...

Hi @asheynkman. As we resolved this via email, I'll share the conclusions for others with the same issue below: ## Note: This issue relates to the **Coveralls Notifications** feature, found...

@ArturKlauser @Minoru thank you. FYI, this is a duplicate of this issue: https://github.com/lemurheavy/coveralls-public/issues/1245 We'll try to update both issues when addressed, but please check there as well if seeking an...

Hi @lukka. The state of your build pages looked strange to me so I re-ran all the jobs in order again, to allow background jobs to re-run, and, among other...

Hi @WonderPanda I'm re-opening this. Are you on the same repo as @lukka? If not, please share your Coveralls repo URL and I'll have a look.

@WonderPanda since most of the builds described that way, now, are from today, I assume it relates to the performance issues we're having today, described here: https://status.coveralls.io/ It's unusual in...

@lukka great. If you're experiencing problems similar to @WonderPanda they are probably related to current issues described on [our status page](https://status.coveralls.io/). But if it occurs again, will be very happy...

Hi @runejac. I'm glad you discovered more about [verbose mode](https://docs.coveralls.io/troubleshooting#put-it-in-verbose--v) and using the `NODE_COVERALLS_DEBUG=1` environment variable for the [Coveralls Github Action](https://github.com/marketplace/actions/coveralls-github-action), which uses the [node-coveralls](https://github.com/nickmerwin/node-coveralls) integration under-the-hood. (Thus, the `NODE_`...