Skip to content

Commit

Permalink
add covrignore
Browse files Browse the repository at this point in the history
  • Loading branch information
seabbs committed Feb 7, 2022
1 parent 72ada04 commit 1766716
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
1 change: 1 addition & 0 deletions .Rbuildignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,4 @@ SMG.md
^inst/examples$
^\.devcontainer$
^CRAN-SUBMISSION$
^\.covrignore$
22 changes: 22 additions & 0 deletions .covrignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
R/Belgium.R
R/Canada.R
R/Colombia.R
R/Covid19DataHub.R
R/Cuba.R
R/ECDC.R
R/Estonia.R
R/France.R
R/Germany.R
R/Google.R
R/India.R
R/Italy.R
R/JHU.R
R/JRC.R
R/Lithuania.R
R/Mexico.R
R/Netherlands.R
R/SouthAfrica.R
R/Switzerland.R
R/UK.R
R/USA.R
R/WHO.R
8 changes: 1 addition & 7 deletions .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,5 @@ jobs:

- name: Test coverage
run: |
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"
))
covr::codecov()
shell: Rscript {0}

0 comments on commit 1766716

Please sign in to comment.