Skip to content

Implement feature flags performance tests #319

Implement feature flags performance tests

Implement feature flags performance tests #319

Triggered via push March 13, 2024 15:58
Status Failure
Total duration 41s
Artifacts

js.yml

on: push
js-lint-test
32s
js-lint-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
js-lint-test: tests/performance/cli/results.js#L6
Require statement not part of import statement
js-lint-test: tests/performance/cli/results.js#L7
Require statement not part of import statement
js-lint-test: tests/performance/cli/results.js#L18
Unexpected console statement
js-lint-test: tests/performance/cli/results.js#L23
Unexpected console statement
js-lint-test: tests/performance/cli/results.js#L129
Unexpected console statement
js-lint-test: tests/performance/cli/results.js#L145
Unexpected console statement
js-lint-test: tests/performance/cli/results.js#L148
Unexpected console statement
js-lint-test: tests/performance/cli/results.js#L242
Unexpected console statement
js-lint-test: tests/performance/cli/results.js#L243
Unexpected console statement
js-lint-test: tests/performance/config/performance-reporter.ts#L69
Unexpected console statement
js-lint-test
No files were found with the provided path: js-report/. No artifacts will be uploaded.
js-lint-test: tests/performance/cli/results.js#L6
Replace `·'node:fs'·` with `'node:fs'`
js-lint-test: tests/performance/cli/results.js#L7
Replace `·'node:path'·` with `'node:path'`
js-lint-test: tests/performance/cli/results.js#L9
Replace `·process.cwd(),·'artifacts'·` with `process.cwd(),·'artifacts'`
js-lint-test: tests/performance/cli/results.js#L11
Replace `·2·` with `2`
js-lint-test: tests/performance/cli/results.js#L13
Replace `·1·` with `1`
js-lint-test: tests/performance/cli/results.js#L14
Replace `⏎↹args[·0·]·||·resolve(·'./artifacts/performance-results.json'·` with `·args[0]·||·resolve('./artifacts/performance-results.json'`
js-lint-test: tests/performance/cli/results.js#L17
Replace `·!·existsSync(·afterFile·)·` with `!existsSync(afterFile)`
js-lint-test: tests/performance/cli/results.js#L18
Replace `·`File·not·found:·${·afterFile·}`·` with ``File·not·found:·${afterFile}``
js-lint-test: tests/performance/cli/results.js#L19
Replace `·1·` with `1`
js-lint-test: tests/performance/cli/results.js#L22
Replace `·beforeFile·&&·!·existsSync(·beforeFile·)·` with `beforeFile·&&·!existsSync(beforeFile)`