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 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'
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}
You can’t perform that action at this time.
0 commit comments