Skip to content

Commit

Permalink
exclude data classes from coverage reports
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 6, 2022
1 parent 97394ef commit 8b27d8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 50 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/Vietnam.yaml

This file was deleted.

9 changes: 7 additions & 2 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:

- name: Test coverage
run: |
options("testRegions" = TRUE)
covr::codecov()
covr::codecov(function_exclusions = c(
"Belgium", "Brazil", "Canada", "Colombia",
"Covid19DataHub", "Cuba", "ECDC", "Estonia",
"France", "Germany", "Google", "India", "Italy",
"JHU", "JRC", "Lithuania", "Mexico", "Netherlands",
"SouthAfrica", "Switzerland", "UK", "USA", "WHO"
))
shell: Rscript {0}

0 comments on commit 8b27d8f

Please sign in to comment.