diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9542bef..b61216a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: - name: Test run: npm test - name: Report - run: mkdir -p coverage && npx c8 report --reporter=text-lcov > coverage/lcov.info + run: npx c8 report --reporter=text-lcov > coverage/lcov.info - name: Coverage uses: coverallsapp/github-action@main with: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b6fc3d1..596f945 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - name: Test run: npm test - name: Report - run: mkdir -p coverage && npx c8 report --reporter=text-lcov > coverage/lcov.info + run: npx c8 report --reporter=text-lcov > coverage/lcov.info - name: Coverage uses: coverallsapp/github-action@main with: