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 test coverage badge with Coveralls #26

Open
ahasunos opened this issue Sep 5, 2024 · 0 comments
Open

add test coverage badge with Coveralls #26

ahasunos opened this issue Sep 5, 2024 · 0 comments

Comments

@ahasunos
Copy link
Owner

ahasunos commented Sep 5, 2024

We need to integrate a test coverage badge into our repository using Coveralls. Since Coveralls only supports public repositories for free, we should implement this once the repository is made public.

Tasks:

  1. Set up Coveralls:
  • Create an account on Coveralls if not already done.
  • Link the repository with Coveralls.
  • Configure Coveralls in the Repository:
  1. Update the .github/workflows/test.yml file to include Coveralls configuration.
  • Ensure the test coverage report is being sent to Coveralls.
  • Add Coverage Badge:
  1. Retrieve the badge URL from Coveralls.
  • Add the badge to the README file.
  1. Verify Integration:
  • Ensure that the badge updates correctly after test runs.
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

1 participant