From b3c8dd98514febcda12dee855af99958354f8e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Lenon?= Date: Fri, 6 Oct 2023 10:58:51 +0100 Subject: [PATCH] ci(c8): run tests with coverage again --- .github/workflows/ci.yml | 4 ++-- package-lock.json | 1 + package.json | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7909fa..3fb98fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: npm link @athenna/common - name: Run tests - run: npm run test + run: npm run test:coverage - name: Test code compilation run: npm run build @@ -56,7 +56,7 @@ jobs: run: npm link @athenna/common - name: Run tests - run: npm run test + run: npm run test:coverage - name: Test code compilation run: npm run build diff --git a/package-lock.json b/package-lock.json index 2fe04ea..4a62858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -55,6 +55,7 @@ "eslint-plugin-n": "^15.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", + "foreground-child": "^2.0.0", "husky": "^3.1.0", "lint-staged": "^12.5.0", "minimist": "^1.2.7", diff --git a/package.json b/package.json index 43b6d20..dd835da 100644 --- a/package.json +++ b/package.json @@ -100,6 +100,7 @@ "eslint-plugin-n": "^15.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-promise": "^6.1.1", + "foreground-child": "^2.0.0", "husky": "^3.1.0", "lint-staged": "^12.5.0", "minimist": "^1.2.7",