You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Via support request, the feature request is to add support for a "Vanilla" implementation of Github Actions, fo users who for one reason or another cannot use the Coveralls Github Action.
The goal would be to add support for Github Actions CI that would not require the Coveralls Github Action, which means populating all JSON params for a user on node-coveralls that is using Github Actions alone. This entails mapping values from the environment like service_job_id.
To distinguish from the Coveralls Github Action, we could also add a usage note to use github for service_name, which would distinguish "vanilla" implementations from Coveralls Github Action ones.
The text was updated successfully, but these errors were encountered:
Via support request, the feature request is to add support for a "Vanilla" implementation of Github Actions, fo users who for one reason or another cannot use the Coveralls Github Action.
The goal would be to add support for Github Actions CI that would not require the Coveralls Github Action, which means populating all JSON params for a user on node-coveralls that is using Github Actions alone. This entails mapping values from the environment like
service_job_id
.To distinguish from the Coveralls Github Action, we could also add a usage note to use
github
forservice_name
, which would distinguish "vanilla" implementations from Coveralls Github Action ones.The text was updated successfully, but these errors were encountered: