Skip to content

Commit 1cb92f1

Browse files
authored
Merge pull request #88 from Appsilon/add-code-coverage-check
ci: Add code coverage check to the CI.
2 parents 112f431 + fcea6db commit 1cb92f1

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)