diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a35e3a3..3503035 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: run: npm run lint - name: Test - run: npm test -- --coverage-report=text --coverage-report=json + run: npm test - name: Coverage uses: codecov/codecov-action@v1 diff --git a/.nycrc.json b/.nycrc.json new file mode 100644 index 0000000..5f6d2d7 --- /dev/null +++ b/.nycrc.json @@ -0,0 +1,3 @@ +{ + "reporter": ["text", "lcov"] +}