File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ build:linux:
146146 nix develop .#ci --command bash -c $'
147147 npm run prebuild --verbose -- --production;
148148 npm test -- --ci --coverage;
149- npm run bench;
150149 '
151150 artifacts :
152151 when : always
@@ -156,7 +155,6 @@ build:linux:
156155 coverage_report :
157156 coverage_format : cobertura
158157 path : ./tmp/coverage/cobertura-coverage.xml
159- metrics : ./benches/results/metrics.txt
160158 paths :
161159 - ./prebuild/
162160 coverage : ' /All files[^|]*\|[^|]*\s+([\d\.]+)/'
@@ -188,7 +186,6 @@ build:macos:
188186 - npm run prebuild --verbose -- --arch x64 --production
189187 - npm run prebuild --verbose -- --arch arm64 --production
190188 - npm test -- --ci --coverage
191- - npm run bench
192189 artifacts :
193190 when : always
194191 reports :
@@ -197,7 +194,6 @@ build:macos:
197194 coverage_report :
198195 coverage_format : cobertura
199196 path : ./tmp/coverage/cobertura-coverage.xml
200- metrics : ./benches/results/metrics.txt
201197 paths :
202198 - ./prebuild/
203199 rules :
You can’t perform that action at this time.
0 commit comments