try different workflow
This commit is contained in:
parent
746a37ae42
commit
936e721fa2
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build_lint_test.yaml
vendored
5
.github/workflows/build_lint_test.yaml
vendored
|
|
@ -27,8 +27,7 @@ jobs:
|
||||||
pip install .[test]
|
pip install .[test]
|
||||||
./tools/test lcov
|
./tools/test lcov
|
||||||
- name: Report coverage
|
- name: Report coverage
|
||||||
uses: zgosalvez/github-actions-report-lcov@v1
|
uses: vebr/jest-lcov-reporter@v0.2.0
|
||||||
with:
|
with:
|
||||||
coverage-files: coverage.lcov
|
lcov-file: coverage.lcov
|
||||||
artifact-name: code-coverage-report
|
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue