Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error on coverage workflow (#745)
# Pull Request Fixes #746 `{covr}` doesn't have access to the `man` page anywhere in the file structure. The symlink of `man` on the `testthat` 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 - use `testthat::skip` instead of `stop` when there is a problem - `TESTING_DEPTH` is not yet set to `5` on this CI, therefore the shinytest2 tests are not being run. - Keep symlink to support testing examples during examples in the future
- Loading branch information