diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 2e1d998..c9dbad4 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -6,6 +6,14 @@ jobs: runs-on: ubuntu-latest steps: + - name: Checkout + uses: actions/checkout@v2 + - name: Set up Node 18 + uses: actions/setup-node@v3 + with: + node-version: 18 + - name: Install dependencies + run: npm install - name: Run tests and collect coverage run: npm run test - name: Upload coverage reports to Codecov diff --git a/coverage/clover.xml b/coverage/clover.xml index 86df074..c2c51f6 100644 --- a/coverage/clover.xml +++ b/coverage/clover.xml @@ -1,6 +1,6 @@ - - + + diff --git a/coverage/lcov-report/index.html b/coverage/lcov-report/index.html index 76c562e..8925070 100644 --- a/coverage/lcov-report/index.html +++ b/coverage/lcov-report/index.html @@ -86,7 +86,7 @@

All files