-
-
Notifications
You must be signed in to change notification settings - Fork 13
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
Fix error on coverage workflow #745
Conversation
Code Coverage Summary
Diff against main
Results for commit: b980d7b Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Unit Tests Summary 1 files 22 suites 10m 30s ⏱️ Results for commit b980d7b. |
Unit Test Performance Difference
Results for commit 272ddef ♻️ This comment has been updated with latest results. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Hi guys. Thanks for fixing this. Would you be able to sync examples testing in tmc with the recent changes to it? Thanks! |
Pull Request
Fixes #746
{covr}
doesn't have access to theman
page anywhere in the file structure.The symlink of
man
on thetestthat
folder triggers a full copy during{covr}
. This is a promising approach, however, I cannot observe that the tests are being run and needs further investigation.Changes description
testthat::skip
instead ofstop
when there is a problemTESTING_DEPTH
is not yet set to5
on this CI, therefore the shinytest2 tests are not being run.