Skip to content

Commit 54326d7

Browse files
authored
Update codecov.yaml
1 parent 9ca421b commit 54326d7

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/codecov.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -61,20 +61,6 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v2
6363

64-
# - name: Set path for RTools 4.0
65-
# if: runner.os == 'Windows'
66-
# run: echo "C:/rtools40/usr/bin;C:/rtools40/mingw64/bin" | Out-File -Append -FilePath $env:GITHUB_PATH -Encoding utf8
67-
#
68-
# - name: Install mingw32-make and check toolchain path
69-
# if: runner.os == 'Windows'
70-
# run: |
71-
# pacman -Syu mingw-w64-x86_64-make --noconfirm
72-
# g++ --version
73-
# Get-Command g++ | Select-Object -ExpandProperty Definition
74-
# mingw32-make --version
75-
# Get-Command mingw32-make | Select-Object -ExpandProperty Definition
76-
# shell: powershell
77-
7864
- uses: r-lib/actions/setup-r@master
7965
with:
8066
r-version: 'release'
@@ -97,9 +83,3 @@ jobs:
9783
- name: Test coverage
9884
run: covr::codecov()
9985
shell: Rscript {0}
100-
101-
# - name: Test coverage
102-
# run: |
103-
# options(covr.gcov = 'C:/rtools40/mingw64/bin/gcov.exe');
104-
# covr::codecov(type = "all")
105-
# shell: Rscript {0}

0 commit comments

Comments
 (0)