Skip to content

Commit

Permalink
Update pr-builder.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pavinduLakshan authored Jun 18, 2024
1 parent 1bc3d36 commit 946af9e
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,14 @@ jobs:
run: pnpm build:modules

- name: 🃏 Run Jest & Collect Coverage
id: run-jest-test-and-coverage
# TODO: Update the command to "test:unit:coverage" once the coverage command related issues
# are sorted out
id: run-jest-tests
run: pnpm test:unit

- name: 🤖 Aggregate Test Coverage
# TODO: Enable this step once the coverage command related issues are fixed
if: false
id: aggregate-coverage-reports
run: |
pnpm test:unit:coverage:aggregate
pnpm nyc:text-summary-report
pnpm nyc:text-report
- name: Upload coverage reports to Codecov
id: collect-and-upload-coverage
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}

build:
name: 🚧 Build
Expand Down

0 comments on commit 946af9e

Please sign in to comment.