We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c41cb commit 3ddfc3fCopy full SHA for 3ddfc3f
.github/workflows/R-CMD-check.yaml
@@ -97,7 +97,8 @@ jobs:
97
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
98
path: check
99
100
- - name: Test coverage
101
- if: matrix.config.os == 'macOS-latest' && matrix.config.r == '3.6'
102
- run: covr::codecov()
103
- shell: Rscript {0}
+ # TODO: uncomment this when we fix the failure of covr::codecov()
+ # - name: Test coverage
+ # if: matrix.config.os == 'macOS-latest' && matrix.config.r == '3.6'
+ # run: covr::codecov()
104
+ # shell: Rscript {0}
0 commit comments