github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Coveralls Github Action

Results 110 github-action issues
Sort by recently updated
recently updated
newest added

Trying to use a private repo with the github action using the following .yml: ``` on: ["push", "pull_request"] name: Test Coveralls jobs: build: name: Build runs-on: ubuntu-latest steps: - uses:...

Is there a way to pick a different user to make the comment for PRs given a username and token? Inviting a mysterious bot to private repos seems quite dangerous.

See https://github.com/nearform/graphql-hooks/runs/7127636992?check_suite_focus=true#step:11:8

Bonjour! 🇫🇷 I contribute to [GitHub Actions Kotlin DSL](https://github.com/krzema12/github-actions-kotlin-dsl) which provides an alternative to write GitHub Actions not in YAML but in a type-safe programming language: Kotlin. To this end...

I am running the Coveralls GitHub action in a monorepo, setting the `parallel` flag to `true` so that I can run the coverage jobs in parallel and batch-upload them at...

Hi. I'm using this action for a long time. Thank you for this useful tools. But now I've got some problems with some of my projects, they show 0% coverage,...

I have a project that shows the coverage of 72%: [![Coverage Status](https://coveralls.io/repos/github/jcubic/gaiman/badge.svg?branch=master)](https://coveralls.io/github/jcubic/gaiman?branch=master) But jest stats in the console shows 75% -----------|---------|----------|---------|---------|--------------------- File | % Stmts | % Branch | %...

Github has a global that it supports called [`working-directory`](https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_iddefaultsrun). This enables you to run an action in a specified working directory. This action seems to ignore it which leads to...

This seems like the intended behavior of `parallel-finished`. It means parallel-finished might run multiple times if the user explicitly re-runs failed jobs, but means partial coverage will get updated once...