From 936e721fa2aabd3aa21d2212e3b1393102687d4b Mon Sep 17 00:00:00 2001 From: jbannon Date: Fri, 29 Apr 2022 07:58:07 +0000 Subject: [PATCH] try different workflow --- .github/workflows/build_lint_test.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_lint_test.yaml b/.github/workflows/build_lint_test.yaml index cdbfde6f..8e1e0f0f 100644 --- a/.github/workflows/build_lint_test.yaml +++ b/.github/workflows/build_lint_test.yaml @@ -27,8 +27,7 @@ jobs: pip install .[test] ./tools/test lcov - name: Report coverage - uses: zgosalvez/github-actions-report-lcov@v1 + uses: vebr/jest-lcov-reporter@v0.2.0 with: - coverage-files: coverage.lcov - artifact-name: code-coverage-report + lcov-file: coverage.lcov github-token: ${{ secrets.GITHUB_TOKEN }}