diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7403d41..31477e8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,4 +37,8 @@ jobs: - name: Run tests run: npm test + - name: Upload to coveralls + run: | + npm install coveralls + npm run coveralls