File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change 61
61
steps :
62
62
- uses : actions/checkout@v2
63
63
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
-
78
64
- uses : r-lib/actions/setup-r@master
79
65
with :
80
66
r-version : ' release'
97
83
- name : Test coverage
98
84
run : covr::codecov()
99
85
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}
You can’t perform that action at this time.
0 commit comments