Skip to content

Commit

Permalink
Build: update line exclusions for coverage test
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaiconstantin committed May 2, 2022
1 parent 79637f9 commit bffa2e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:

# Run the test coverage excluding specific lines.
- name: Test coverage
run: covr::codecov(line_exclusions = list("R/logo.R", "R/powerly-package.R", "R/exports.R", "R/helpers.R" = c(1:52), "R/Method.R" = c(1:31, 39:41, 44:59, 105:267), "R/Validation.R" = c(1:9, 42:207), "R/StepTwo.R" = c(1:9, 50:54, 134:136, 153:432), "R/StepThree.R" = c(1:43, 158:161, 221:426), "R/StepOne.R" = c(1:45, 103:107, 112:114, 140:143, 190:300)))
run: covr::codecov(line_exclusions = list("R/logo.R", "R/powerly-package.R", "R/constants.R", "R/exports.R", "R/helpers.R" = c(1:52), "R/GgmModel.R" = c(6:34, 61:79), "R/Method.R" = c(1:31, 39:41, 44:59, 105:267), "R/Validation.R" = c(1:9, 42:207), "R/Range.R" = c(3:11, 43:59, 83:93), "R/StepTwo.R" = c(1:9, 50:54, 134:136, 153:432), "R/StepThree.R" = c(1:43, 158:161, 221:426), "R/StepOne.R" = c(1:45, 103:107, 112:114, 140:143, 190:300)))
shell: Rscript {0}

0 comments on commit bffa2e4

Please sign in to comment.