Skip to content

Make ESLint ignore instrumented files for coverage analysis

Winnie requested to merge (removed):eslint-ignore-coverage-files into master

What does this MR do?

Ignore files in coverage-javascript/ directory.

Why was this MR needed?

When running ESLint after coverage analysis locally, it led to many linting errors. CI was not affected (ESLint and coverage are different jobs).

Merge request reports