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

[test coverage] Add test coverage tool #15

Closed
lrnv opened this issue Oct 30, 2023 · 2 comments
Closed

[test coverage] Add test coverage tool #15

lrnv opened this issue Oct 30, 2023 · 2 comments

Comments

@lrnv
Copy link

lrnv commented Oct 30, 2023

Taking a look at the length of files in your R folder, I worry that your test suite is not covering all cases...

Could you please add a test coverage Github actions workflow to the repository so that we can see clearly what is being tested or not ? It is quite easy to do, take a look there : https://covr.r-lib.org/

This tool could also be helpfull for yourself, to know which part of the code you need to construct new tests for (on one hand) and to know which part of the code you can / connot trust (on the other hand).

@ahudde
Copy link
Owner

ahudde commented Oct 31, 2023

Thank you. I worked on covr myself before, but now everyone can see the results. Solved with commit 341f43e

@ahudde ahudde closed this as completed Oct 31, 2023
@lrnv
Copy link
Author

lrnv commented Oct 31, 2023

Thanks ! I'll add a followup on testing then

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

2 participants