File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments