Skip to content

Commit

Permalink
copy coverage report to root since the coverage badge action doesn't …
Browse files Browse the repository at this point in the history
…support monorepo structure
  • Loading branch information
Guy Carmeli committed May 22, 2024
1 parent 97dbb88 commit 1236be2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/collect-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
run: yarn workspace react-obsidian run build
- name: Test and collect coverage
run: yarn workspace react-obsidian run test-coverage
- name: Copy coverage to root
run: cp -r packages/react-obsidian/coverage/* ./coverage/
- name: Create badge and publish to gh-pages
uses: nolleh/jest-badge-deploy-action@latest

0 comments on commit 1236be2

Please sign in to comment.