Open ghost opened 1 month ago
Once #19 is merged, we'll need to add a workflow to upload results to https://coveralls.io.
There's an existing GH action to implement this (https://github.com/marketplace/actions/coveralls-github-action), but there are some additional configurations to consider.
.coveralls.yml
github.token
README.md
Also, this step should probably run only on PRs into master or immediately after a PR is merged into master.
master
Once #19 is merged, we'll need to add a workflow to upload results to https://coveralls.io.
There's an existing GH action to implement this (https://github.com/marketplace/actions/coveralls-github-action), but there are some additional configurations to consider.
.coveralls.yml
with the new repo tokengithub.token
is sufficient for our use caseREADME.md
to point to the appropriate endpointAlso, this step should probably run only on PRs into
master
or immediately after a PR is merged intomaster
.