diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 102eb86..654f0ae 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -67,8 +67,6 @@ jobs: npm list npm run example npm run test - pwd - find ../ -name lcov.info - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 diff --git a/.gitignore b/.gitignore index d8cb7b4..b9d9f59 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ nodejs/.parcel-cache/ nodejs/lib/ nodejs/node_modules/ nodejs/tsc/ -nodejs/coverage/ +coverage/ nodejs/logs/ .DS_Store nodejs/*.log