diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml index 4cd5877a3..2491552b4 100644 --- a/.github/workflows/node.yml +++ b/.github/workflows/node.yml @@ -38,3 +38,10 @@ jobs: - name: Build (if necessary) working-directory: ${{ matrix.app }} run: npm run build --if-present + + - name: Coveralls + uses: coverallsapp/github-action@v2 + with: + base-path: ${{ matrix.app }} + parallel: true + flag-name: run ${{ join(matrix.*, ' - ') }} diff --git a/.gitignore b/.gitignore index cc769c6d1..7cb56df9f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,5 @@ sails/.tmp nodemon.dev.json /.idea/ /.run/ + +coverage/ diff --git a/front/.gitignore b/front/.gitignore index b60b7884e..98d6176d7 100644 --- a/front/.gitignore +++ b/front/.gitignore @@ -13,6 +13,5 @@ node_modules/ # Mac files .DS_Store -/coverage/ /build/ public/config.json