We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab14b9 commit 9deeb2bCopy full SHA for 9deeb2b
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -120,6 +120,7 @@ jobs:
120
needs: website, coverage
121
122
- name: Test coverage
123
+ if: github.event_name == 'push' && matrix.config.os == 'macOS-latest'
124
run: |
125
cov <- covr::package_coverage(
126
quiet = FALSE,
@@ -131,6 +132,7 @@ jobs:
131
132
shell: Rscript {0}
133
134
- uses: codecov/codecov-action@v5
135
136
with:
137
# Fail if error if not on PR, or if on PR and token is given
138
fail_ci_if_error: ${{ github.event_name != 'pull_request' || secrets.CODECOV_TOKEN }}
0 commit comments