Skip to content

Commit

Permalink
Update testCoverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srmukher authored Nov 28, 2023
1 parent 4ba6a40 commit d559837
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/testCoverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ jobs:
id: setup
uses: ./tools/UnitTestApp/TestSetup

- name: Run ls
run: ls

- name: Run coverage report repo2
run: cd ./repo2/packages/react-charting/src && yarn test --coverage

- name: Run coverage report
run: cd ./tools/UnitTestApp && yarn test --coverage --collectCoverageFrom '../../packages/react-charting/src'

- name: Run coverage report
run: cd ./repo2/packages/react-charting/src && yarn test --coverage

0 comments on commit d559837

Please sign in to comment.