From e13fc68359f8ad759ffc7f78706915ab7f0334e0 Mon Sep 17 00:00:00 2001 From: fisker Date: Thu, 19 Mar 2020 09:55:29 +0800 Subject: [PATCH] Name --- .github/workflows/lint.yml | 4 ++-- jest.config.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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')`.