diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8e06584110cb..cc29015377f5 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -26,7 +26,7 @@ jobs: - name: Check JSDoc Types run: yarn lint:typecheck - - name: Lint Code + - name: Lint ESLint run: yarn lint:eslint - name: Lint Prettier @@ -38,5 +38,5 @@ jobs: - name: Lint Changelog run: yarn lint:changelog - - name: Check File Changes + - name: Check Lock File Changes run: yarn && echo "Listing changed files:" && git diff --name-only --exit-code && echo "No files changed during lint." diff --git a/jest.config.js b/jest.config.js index 2d26bf7853a4..38c2af1df210 100644 --- a/jest.config.js +++ b/jest.config.js @@ -19,7 +19,7 @@ module.exports = { "/src/doc/doc-debug.js", "/src/main/massage-ast.js" ], - coverageReporters: ["text", "cobertura", "html", "lcov"], + coverageReporters: ["text", "html", "cobertura", "lcov"], moduleNameMapper: { // Jest wires `fs` to `graceful-fs`, which causes a memory leak when // `graceful-fs` does `require('fs')`.