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 ratio to README #408

Closed
hiroshinishio opened this issue Dec 21, 2024 · 4 comments · Fixed by #429
Closed

Add code coverage ratio to README #408

hiroshinishio opened this issue Dec 21, 2024 · 4 comments · Fixed by #429

Comments

@hiroshinishio
Copy link
Collaborator

No description provided.

Copy link
Contributor

gitauto-for-dev bot commented Dec 21, 2024

Click the checkbox below to generate a PR!

  • Generate PR - gitauto-wes

@hiroshinishio, You have 0 requests left in this cycle which refreshes on 2025-01-10 06:40:14+00:00.
If you have any questions or concerns, please contact us at info@gitauto.ai.

Copy link
Contributor

gitauto-for-dev bot commented Dec 22, 2024

To proceed with adding a code coverage ratio to the README, please follow these steps:

  1. Set Up a Coverage Reporting Service:

    • Create an account with a coverage reporting service like Codecov or Coveralls.
    • Obtain the necessary repository tokens from the service.
  2. Update Repository Secrets:

    • Add the coverage service tokens to the repository's secrets in GitHub Settings. This will allow the GitHub Actions workflows to upload coverage reports.
  3. Verify Badge Appearance:

    • Once the above steps are completed, ensure that the coverage badge in README.md displays the correct coverage ratio and updates appropriately with each build.

If you have any questions or need further assistance, feel free to ask!

@hiroshinishio
Copy link
Collaborator Author

hiroshinishio commented Dec 22, 2024

OK, I chose Codecov. Registered CODECOV_TOKEN in this repository secrets.
Codecov told me to use this badge [![codecov](https://codecov.io/gh/gitautoai/gitauto/graph/badge.svg?token=U4J7V3GTCU)](https://codecov.io/gh/gitautoai/gitauto)

Copy link
Contributor

gitauto-for-dev bot commented Dec 22, 2024

@hiroshinishio Pull request completed! Check it out here #429 🚀
Should you have any questions or wish to change settings or limits, please feel free to contact info@gitauto.ai or invite us to Slack Connect.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment