Skip to content

Commit 208b8e8

Browse files
committed
Revert "debug cobertura"
This reverts commit e1fb1ce.
1 parent e1fb1ce commit 208b8e8

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,6 @@ jobs:
3636
steps:
3737
- name: Check out repo
3838
uses: actions/checkout@v3
39-
with:
40-
fetch-depth: 0
4139

4240
- name: Set up R
4341
uses: r-lib/actions/setup-r@HEAD
@@ -132,11 +130,6 @@ jobs:
132130
covr::to_cobertura(cov)
133131
shell: Rscript {0}
134132

135-
- name: Debug Cobertura XML
136-
run: |
137-
ls -l cobertura.xml
138-
head -n 20 cobertura.xml
139-
140133
- uses: codecov/codecov-action@v5
141134
if: github.event_name == 'push' && matrix.config.os == 'ubuntu-latest'
142135
with:
@@ -146,7 +139,6 @@ jobs:
146139
plugins: noop
147140
disable_search: true
148141
token: ${{ secrets.CODECOV_TOKEN }}
149-
verbose: true
150142

151143
- name: Show testthat output
152144
if: always()

0 commit comments

Comments
 (0)