Skip to content

Commit

Permalink
Merge pull request #541 from etn-ccis/fix/persist-coverage
Browse files Browse the repository at this point in the history
Fix persist coverage & require test result
  • Loading branch information
ektaghag-eaton authored Jan 25, 2024
2 parents f22cf0b + 7c1b5ba commit cf8da61
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ jobs:
command: |
cd login-workflow
yarn test:ci --maxWorkers=2 --coverage --watchAll=false
- persist_to_workspace:
root: .
paths:
- login-workflow/coverage

build_login_workflow:
docker:
Expand Down Expand Up @@ -118,7 +122,6 @@ jobs:
root: .
paths:
- login-workflow/dist
- login-workflow/coverage

coverage_report:
working_directory: ~/login-workflow
Expand Down Expand Up @@ -168,7 +171,7 @@ workflows:
- dev
- coverage_report:
requires:
- build_login_workflow
- store_test_results
filters:
branches:
only:
Expand Down

0 comments on commit cf8da61

Please sign in to comment.