Jim Hester

Results 413 comments of Jim Hester

https://github.com/r-lib/pak/issues/154 is the same issue.

I think for #1137 we just need to add documentation to the object_usage_linter stating that the package being linted should be installed before linting. Right?

cough https://github.com/jimhester/covr cough @gaborcsardi codecov particularly is already supported for jenkins (relevant for r-hub) assuming the normal environment variables are set on the jenkins server.

Write a wrapper function that does what you want?

For at least the last 8 years codecov has been the recommended provider to use with covr rather than coveralls, and today very few people still use coveralls. Because of...

Can you please add a bullet to NEWS? It should briefly [describe the change](https://style.tidyverse.org/news.html) and end with `(@yourname, #issuenumber)`.

This seems to only be true if you are running examples, e.g. if you use `type = "tests"` or `type = "vignettes"` it works as expected. Definitely still an issue,...

See https://github.com/r-lib/covr/issues/59#issuecomment-81956945 for an explanation and comment. The bottom line is it is probably possible to do, though not very easily.

I think the one tricky bit with `with_coverage()` as you have it is making sure that the code is executed in the execution environment that has the traces. I tried...