- Integrate codecov for test coverage reporting - Add codecov and R-CMD-check badges to README - Update roadmap and documentation to reflect coverage goals - Add codecov.yml configuration file - Enable tests in tests/testthat.R - Update example images in man/figures
14 lines
232 B
YAML
14 lines
232 B
YAML
comment: false
|
|
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 1%
|
|
informational: true
|
|
patch:
|
|
default:
|
|
target: auto
|
|
threshold: 1%
|
|
informational: true
|