covr
covr copied to clipboard
example documentation of .covrignore
trafficstars
In the .covrignore section of the readme, it would be helpful to have an example of a .covrignore format. I'm not sure what a "System.glob" is (in terms of inputs).
Just something like:
tests/testthat/test-foo.R
tests/testthat/test-bar.R
I'm not sure if the lines should refer to the test files, or the R/ files.
I'm happy to open a PR with my guess as to how it should be formatted.
A PR would be welcome, thanks!