Skip to content

Commit 3ddfc3f

Browse files
Skip Test coverage step on GitHub Action CI (#3895)
1 parent c8c41cb commit 3ddfc3f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/R-CMD-check.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,8 @@ jobs:
9797
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
9898
path: check
9999

100-
- name: Test coverage
101-
if: matrix.config.os == 'macOS-latest' && matrix.config.r == '3.6'
102-
run: covr::codecov()
103-
shell: Rscript {0}
100+
# TODO: uncomment this when we fix the failure of covr::codecov()
101+
# - name: Test coverage
102+
# if: matrix.config.os == 'macOS-latest' && matrix.config.r == '3.6'
103+
# run: covr::codecov()
104+
# shell: Rscript {0}

0 commit comments

Comments
 (0)