Skip to content

Commit

Permalink
ci: update PR builder
Browse files Browse the repository at this point in the history
  • Loading branch information
brionmario committed Dec 19, 2024
1 parent ab75a4f commit 793487c
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/pr-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,20 +179,12 @@ jobs:
id: run-jest-test-and-coverage
run: pnpm test:ci

- name: Upload `@asgardeo/js` coverage reports to Codecov
- name: Upload `@asgardeo/remix-auth-asgardeo` coverage reports to Codecov
id: upload-asgardeo-js-coverage
uses: codecov/codecov-action@v4.0.1
with:
files: ./packages/core/coverage/coverage-final.json
flags: '@asgardeo/js'
token: ${{ secrets.CODECOV_TOKEN }}

- name: Upload `@asgardeo/react` coverage reports to Codecov
id: upload-asgardeo-react-coverage
uses: codecov/codecov-action@v4.0.1
with:
files: ./packages/core/coverage/coverage-final.json
flags: '@asgardeo/react'
files: ./lib/coverage/coverage-final.json
flags: '@asgardeo/remix-auth-asgardeo'
token: ${{ secrets.CODECOV_TOKEN }}

build:
Expand Down

0 comments on commit 793487c

Please sign in to comment.