Skip to content

Commit

Permalink
ci: report frontend coverage on PR
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Dec 29, 2024
1 parent 99d42cd commit 0a8576e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,11 @@ jobs:
- name: 'Artifact: remove unused JARs'
run: |
rm target/*-javadoc.jar target/*-sources.jar
- name: Frontend coverage report
if: ${{ always() && hashFiles('target/.nyc_output/frontend-combined-coverage.json') != '' }}
uses: sidx1024/report-nyc-coverage-github-action@v1.2.7
with:
coverage_file: 'target/.nyc_output/frontend-combined-coverage.json'
- name: 'Artifact: upload JAR'
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 0a8576e

Please sign in to comment.