Skip to content

Commit

Permalink
Try a different report action
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 16, 2023
1 parent f04f3ca commit 38afdf5
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,8 @@ jobs:
- name: Run tests
run: 'yarn test:ci'

- name: Comment in failing tests
uses: mattallty/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Annotations and coverage report
uses: ArtiomTr/jest-coverage-report-action@v2
with:
test-command: 'echo unit tests already executed'
coverage-comment: true
coverage-file: jest.results.json
test-script: 'echo coverage generated'

0 comments on commit 38afdf5

Please sign in to comment.