diff --git a/.github/workflows/app.yml b/.github/workflows/app.yml index 3355a3d6..11d3270c 100644 --- a/.github/workflows/app.yml +++ b/.github/workflows/app.yml @@ -20,7 +20,7 @@ jobs: run: npm ci - name: Run linter check run: npm run linter-check - - name: Run format-code check + - name: Run format code check run: npm run format-code-check - - name: Run tests + - name: Run unit tests run: npm run test:unit diff --git a/.gitignore b/.gitignore index bf4e16ab..56f6d62f 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,7 @@ # stryker temp files .stryker-tmp /reports/ +/coverage/ stryker.log .idea