coverallsapp / coverage-reporter

Self-contained, universal coverage uploader binary. Under development.
https://coveralls.io
MIT License
45 stars 14 forks source link

GitHub Actions example: GitHub token is required for v2 #134

Closed sgerrand closed 3 weeks ago

sgerrand commented 3 weeks ago

💁 A GitHub token is required to use the Coveralls GitHub Action as of version 2. This change corrects the example to reflect that.

sgerrand commented 3 weeks ago

🙋 @littleforest, would you please approve the pending workflows when you have a chance?

Screenshot 2024-06-13 at 10 12 54
afinetooth commented 3 weeks ago

Hi @sgerrand. It is my understanding that the github-token option is set to a default value and so not required, per the example.

I have just tested this with the basic usage example to confirm.

    - name: Coveralls
      uses: coverallsapp/github-action@v2

Can you also please verify the same, or share your failing example so we can investigate?

🙏

sgerrand commented 3 weeks ago

👋 The failing run I had previously observed was https://github.com/sgerrand/ex_incident_io/actions/runs/9489007509/job/26149309040 – perhaps the failure was due to something else. Apologies if that was the case.

sgerrand commented 3 weeks ago

I've just confirmed that the action works without that key being specified. Sorry for the noise!