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

task: Add code coverage badge to README #258

Merged
merged 15 commits into from
May 4, 2023

Conversation

funkycadet
Copy link
Contributor

@funkycadet funkycadet commented May 4, 2023

Before I could add a code coverage badge to the README, I had to add some steps to the tests-stable job in the rust.yaml file located at .github/workflows folder. The steps added ensures that the tests which are executed undergo a coverage test and the results are stored in a lcov.info file which codecov, an open-source coverage platform, uses to generate graphs to show the amount of coverage done on the repository

This issue closes #233

Copy link
Collaborator

@Autoparallel Autoparallel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great!

@Autoparallel
Copy link
Collaborator

Really appreciate the work here @funkycadet

Hope to see you back for more 👍

@Autoparallel Autoparallel merged commit c0df61b into primitivefinance:main May 4, 2023
@funkycadet
Copy link
Contributor Author

Thank you Colin🥂

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.

Add a code coverage badge to our README
2 participants