Skip to content

Commit

Permalink
Merge pull request #194 from Appsilon/add-code-coverage-check
Browse files Browse the repository at this point in the history
Add code coverage check
  • Loading branch information
kamilzyla committed Jun 2, 2023
2 parents eceef6e + be45c5b commit d7a36c5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,7 @@ jobs:
spec: cypress/integration/dashboard/*.js
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}

- name: Test coverage
run: |
Rscript -e 'covr::codecov()'
1 change: 1 addition & 0 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Imports:
shiny,
shiny.react (>= 0.3.0)
Suggests:
covr,
dplyr,
DT,
ggplot2,
Expand Down

0 comments on commit d7a36c5

Please sign in to comment.