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.
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
githubforservice_name, which would distinguish "vanilla" implementations from Coveralls Github Action ones.