Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from Meniole/development
Browse files Browse the repository at this point in the history
chore: test reporting lib
  • Loading branch information
gentlementlegen authored Jun 3, 2024
2 parents 3f35a2d + fd14c9e commit d408bc1
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/jest-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,9 @@ 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: Jest Coverage Comment
- name: Jest With Coverage Comment
# Ensures this step is run even on previous step failure (e.g. test failed)
if: always()
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
with:
package-manager: yarn

0 comments on commit d408bc1

Please sign in to comment.