File tree 2 files changed +9
-4
lines changed
2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -37,4 +37,4 @@ script:
37
37
- npm run tests-only
38
38
39
39
after_success :
40
- - bash <(curl -s https://codecov.io/bash )
40
+ - bash <(curl -Os https://uploader. codecov.io/latest/linux/codecov )
Original file line number Diff line number Diff line change @@ -142,8 +142,11 @@ for:
142
142
$env:RESOLVERS = [string]::Join(";", $resolvers);
143
143
- IF DEFINED RESOLVERS FOR %%G in ("%RESOLVERS:;=";"%") do ( pushd %%~G & ci npm install --no-save nyc@%WINDOWS_NYC_VERSION% & popd )
144
144
# TODO: enable codecov for native windows builds
145
- # on_success:
146
- # - codecov
145
+ # on_success:
146
+ # - ci $ProgressPreference = 'SilentlyContinue'
147
+ # - ci Invoke-WebRequest -Uri https://uploader.codecov.io/latest/windows/codecov.exe
148
+ # - ci -Outfile codecov.exe
149
+ # - ci .\codecov.exe
147
150
- matrix :
148
151
only :
149
152
- configuration : WSL
154
157
- ps : wsl curl -sL 'https://deb.nodesource.com/setup_${nodejs_version}.x' `| sudo APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 -E bash -
155
158
- wsl sudo DEBIAN_FRONTEND=noninteractive apt install -y nodejs
156
159
on_success :
157
- - ci bash <(curl -s https://codecov.io/bash)
160
+ - ci curl -Os https://uploader.codecov.io/latest/linux/codecov
161
+ - ci chmod +x codecov
162
+ - ci ./codecov
158
163
159
164
build : on
You can’t perform that action at this time.
0 commit comments