Skip to content

Commit 7167b72

Browse files
committed
chore(workflows): include unit test coverage in release packages for now
1 parent 7ebee23 commit 7167b72

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
cache: npm
180180
- name: Install dependencies
181181
run: npm ci
182-
- name: Collect unit test coverage
182+
- name: Collect unit test coverage (temporary due to coverage plugin)
183183
run: npx nx run-many -t unit-test --coverage
184184
- name: Collect Code PushUp report
185185
run: npx nx run-collect

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ jobs:
9090
run: |
9191
echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}" >> .npmrc
9292
npx nx run-many -t=deploy --exclude=plugin-lighthouse,nx-plugin
93+
- name: Collect unit test coverage (temporary due to coverage plugin)
94+
run: npx nx run-many -t unit-test --coverage
9395
- name: Collect and upload Code PushUp report
9496
run: npx nx run-autorun
9597
env:

0 commit comments

Comments
 (0)