We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fb1ce commit 208b8e8Copy full SHA for 208b8e8
1 file changed
.github/workflows/R-CMD-check.yaml
@@ -36,8 +36,6 @@ jobs:
36
steps:
37
- name: Check out repo
38
uses: actions/checkout@v3
39
- with:
40
- fetch-depth: 0
41
42
- name: Set up R
43
uses: r-lib/actions/setup-r@HEAD
@@ -132,11 +130,6 @@ jobs:
132
130
covr::to_cobertura(cov)
133
131
shell: Rscript {0}
134
135
- - name: Debug Cobertura XML
136
- run: |
137
- ls -l cobertura.xml
138
- head -n 20 cobertura.xml
139
-
140
- uses: codecov/codecov-action@v5
141
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
142
with:
@@ -146,7 +139,6 @@ jobs:
146
plugins: noop
147
disable_search: true
148
token: ${{ secrets.CODECOV_TOKEN }}
149
- verbose: true
150
151
143
- name: Show testthat output
152
144
if: always()
0 commit comments