We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 112f431 + fcea6db commit 1cb92f1Copy full SHA for 1cb92f1
.github/workflows/ci.yml
@@ -41,3 +41,7 @@ jobs:
41
with:
42
working-directory: js
43
start: yarn run-showcase
44
+
45
+ - name: Test coverage
46
+ run: |
47
+ Rscript -e 'covr::codecov()'
DESCRIPTION
@@ -29,6 +29,7 @@ Imports:
29
shiny.react (>= 0.2.2),
30
utils
31
Suggests:
32
+ covr,
33
knitr,
34
lintr (>= 3.0.0),
35
purrr,
0 commit comments