Skip to content

Commit 3b2f81e

Browse files
authored
Update order and coverage directory
1 parent 7abdf70 commit 3b2f81e

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ jobs:
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919
cache: 'yarn'
20-
- uses: codecov/codecov-action@v5
21-
with:
22-
fail_ci_if_error: true
23-
flags: node
24-
token: ${{ secrets.CODECOV_TOKEN }}
2520
- run: yarn install --immutable
2621
- name: Turbo cache
2722
uses: actions/cache@v3
@@ -33,6 +28,12 @@ jobs:
3328
- run: yarn turbo run --filter='./packages/node*' lint
3429
- run: yarn turbo run --filter='./packages/node*' test
3530
- run: yarn turbo run --filter='./packages/node-integration-tests' test:perf-and-durability
31+
- uses: codecov/codecov-action@v5
32+
with:
33+
fail_ci_if_error: true
34+
flags: node
35+
directory: ./packages/node/coverage
36+
token: ${{ secrets.CODECOV_TOKEN }}
3637
analytics-node-cf-workers:
3738
name: 'analytics-node QA (Cloudflare Workers)'
3839
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)