From 09cb9da8070a00187c9d6e9900fb5b89868e849e Mon Sep 17 00:00:00 2001 From: Shigma <1700011071@pku.edu.cn> Date: Fri, 20 Aug 2021 10:57:34 +0800 Subject: [PATCH] update workflow --- .github/workflows/test.yaml | 1 + .nycrc.json | 2 -- package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 14a1c794c2..0bd6af595a 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -85,6 +85,7 @@ jobs: needs: - prepare + continue-on-error: ${{ matrix.node-version == 16 }} strategy: fail-fast: false matrix: diff --git a/.nycrc.json b/.nycrc.json index 42b3da153d..8669b83892 100644 --- a/.nycrc.json +++ b/.nycrc.json @@ -9,8 +9,6 @@ "packages/chai-extended/**", "packages/plugin-*/**/database/**", "packages/plugin-*/**/database.js", - "packages/plugin-mongo/**", - "packages/plugin-mysql/**", "packages/plugin-webui/**" ] } \ No newline at end of file diff --git a/package.json b/package.json index d6a59cd338..ee58b8bafd 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "dep": "node -r ./build/register build/dep", "docs": "yarn workspace docs", "draft": "node -r ./build/register build/release", - "test": "mocha --require ./build/register --no-warnings --experimental-vm-modules --enable-source-maps --unhandled-rejections=warn", + "test": "mocha --require ./build/register --no-warnings --experimental-vm-modules --enable-source-maps", "test:json": "c8 -r json yarn test", "test:html": "rimraf coverage && c8 -r html yarn test", "test:text": "c8 -r text yarn test",