Skip to content

Commit

Permalink
chore: test reporting lib
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Jun 3, 2024
1 parent 0499dcb commit 0bf1b43
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,16 @@ jobs:
- uses: actions/checkout@master
with:
fetch-depth: 0
- name: Build & Run test suite
run: |
yarn
yarn test | tee ./coverage.txt && exit ${PIPESTATUS[0]}
# - name: Build & Run test suite
# run: |
# yarn
# yarn test | tee ./coverage.txt && exit ${PIPESTATUS[0]}
- name: Jest Coverage Comment
# Ensures this step is run even on previous step failure (e.g. test failed)
if: always()
uses: MishaKav/jest-coverage-comment@main
with:
coverage-summary-path: coverage/coverage-summary.json
junitxml-path: junit.xml
junitxml-title: JUnit
coverage-path: ./coverage.txt
uses: ArtiomTr/jest-coverage-report-action@v2
# with:
# coverage-summary-path: coverage/coverage-summary.json
# junitxml-path: junit.xml
# junitxml-title: JUnit
# coverage-path: ./coverage.txt

0 comments on commit 0bf1b43

Please sign in to comment.