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 36
36
37
37
- name : Run tests on all components
38
38
run : |
39
- IS_CI=true just test-cover all
39
+ IS_CI=true just test-cover-ci
40
40
41
41
- name : Upload coverage to Codecov
42
42
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ test-cover component *params:
58
58
NODE_ENV=test COMPONENT={{ component}} nyc --reporter=lcov --reporter=text --report-dir=./ coverage \
59
59
components-run npx mocha -- {{ params}}
60
60
61
+ # Run tests for ci
62
+ test-cover-ci :
63
+ NODE_ENV=test COMPONENT=all nyc --reporter=lcov components-run npx mocha
64
+
61
65
# Run browser tests (assumes browser files are built)
62
66
test-browser :
63
67
(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