From c2ccd27e4a89756ffc8055c95e76b04f9bf766e6 Mon Sep 17 00:00:00 2001 From: leibale Date: Thu, 3 Jun 2021 17:33:17 -0400 Subject: [PATCH] generator lcov (for Coveralls) --- .github/workflows/tests.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1ed3f3a038..6adc14644e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -7,7 +7,7 @@ on: jobs: tests: - name: Test + name: Tests runs-on: ubuntu-latest strategy: fail-fast: false @@ -37,6 +37,9 @@ jobs: - name: Run Tests run: npm run test + - name: Generate lcov + run: ./node_modules/.bin/nyc report -r lcov + - name: Coveralls uses: coverallsapp/github-action@v1.1.2 with: