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

support codecov #100

Merged
merged 23 commits into from
Jun 18, 2024
Merged

support codecov #100

merged 23 commits into from
Jun 18, 2024

Conversation

lwaekfjlk
Copy link
Member

@lwaekfjlk lwaekfjlk commented Jun 14, 2024

Closes #81

πŸ“‘ Description

More setting related to CodeCov ( https://app.codecov.io/ ) needs to be done on repo author's side. @ProKil

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed
  • Branch name follows type/descript (e.g. feature/add-llm-agents)
  • Ready for code review

β„Ή Additional Information

@lwaekfjlk lwaekfjlk requested a review from ProKil June 14, 2024 09:25
@ProKil
Copy link
Member

ProKil commented Jun 14, 2024

hi @lwaekfjlk I have added a CODECOV_TOKEN to the secrets, and codecov asks me to add a new github action:

- name: Upload coverage reports to Codecov
  uses: codecov/[email protected]
  with:
    token: ${{ secrets.CODECOV_TOKEN }}

Could you help with adding this github action?

@lwaekfjlk
Copy link
Member Author

ok, will do later.

@lwaekfjlk
Copy link
Member Author

lwaekfjlk commented Jun 18, 2024

@ProKil Please help check the codecov report.

@ProKil
Copy link
Member

ProKil commented Jun 18, 2024

Thanks! Would this be displayed on the readme.md?

@lwaekfjlk
Copy link
Member Author

for badge, should look something like this:

CodeCov

Copy link

codecov bot commented Jun 18, 2024

Welcome to Codecov πŸŽ‰

Once you merge this PR into your default branch, you're all set! Codecov will compare coverage reports and display results in all future pull requests.

ℹ️ You can also turn on project coverage checks and project coverage reporting on Pull Request comment

Thanks for integrating Codecov - We've got you covered β˜‚οΈ

@ProKil ProKil merged commit d03dae8 into main Jun 18, 2024
7 checks passed
@ProKil ProKil deleted the feature/support-codecov branch June 18, 2024 20:01
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

Successfully merging this pull request may close these issues.

[FEAT]: support tesing coverage statistics
2 participants