Skip to content

Commit fcea6db

Browse files
committed
ci: Add code coverage check to the CI.
1 parent 112f431 commit fcea6db

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,7 @@ jobs:
4141
with:
4242
working-directory: js
4343
start: yarn run-showcase
44+
45+
- name: Test coverage
46+
run: |
47+
Rscript -e 'covr::codecov()'

DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ Imports:
2929
shiny.react (>= 0.2.2),
3030
utils
3131
Suggests:
32+
covr,
3233
knitr,
3334
lintr (>= 3.0.0),
3435
purrr,

0 commit comments

Comments
 (0)