File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3636
3737 - name : Run tests on all components
3838 run : |
39- IS_CI=true just test-cover all
39+ IS_CI=true just test-cover-ci
4040
4141 - name : Upload coverage to Codecov
4242 uses : codecov/codecov-action@v4.0.1
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ test-cover component *params:
5858 NODE_ENV=test COMPONENT={{ component}} nyc --reporter=lcov --reporter=text --report-dir=./ coverage \
5959 components-run npx mocha -- {{ params}}
6060
61+ # Run tests for ci
62+ test-cover-ci :
63+ NODE_ENV=test COMPONENT=all nyc --reporter=lcov components-run npx mocha
64+
6165# Run browser tests (assumes browser files are built)
6266test-browser :
6367 (sleep 1 && open https:// l.backloop.dev:8443 / ?pryvServiceInfoUrl=https:// zou.zou/ service/ info) &
You can’t perform that action at this time.
0 commit comments