Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add code coverage action #28

Open
ghost opened this issue Oct 24, 2024 · 0 comments
Open

Add code coverage action #28

ghost opened this issue Oct 24, 2024 · 0 comments

Comments

@ghost
Copy link

ghost commented Oct 24, 2024

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.

  • update .coveralls.yml with the new repo token
  • ensure that the default github.token is sufficient for our use case
  • update the badges in README.md to point to the appropriate endpoint

Also, this step should probably run only on PRs into master or immediately after a PR is merged into master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants