File tree Expand file tree Collapse file tree 5 files changed +1178
-2028
lines changed
Expand file tree Collapse file tree 5 files changed +1178
-2028
lines changed Original file line number Diff line number Diff line change 3535
3636 - run :
3737 name : Run mocha unit tests with JUnit as reporter
38- command : yarn test --exit --reporter mocha-junit-reporter --reporter-options mochaFile=reports/junit/mocha-junit-results.xml
38+ command : |
39+ npx nyc@latest \
40+ --reporter=clover --reporter=cobertura --reporter=lcov --reporter=text \
41+ --report-dir=reports/coverage \
42+ mocha tests/*.js --exit \
43+ --reporter mocha-junit-reporter \
44+ --reporter-options mochaFile=reports/junit/mocha-junit-results.xml
3945 when : always
4046 - store_test_results :
41- path : reports/junit
47+ path : reports/
4248 - store_artifacts :
43- path : ./reports/junit/mocha-junit-results.xml
49+ path : ./reports/
Original file line number Diff line number Diff line change @@ -740,6 +740,8 @@ var driver = cassanKnex.getDriver();
740740
741741#### < a name= " ChangeLog" >< / a> ChangeLog
742742
743+ - 1.20 .1
744+ - Update dependencies.
743745- 1.20 .0
744746 - Add QueryModifier ` with` for column family statements.
745747- 1.19 .0 (@dekelev is killing it w/ new features : thumbsup: )
You can’t perform that action at this time.
0 commit comments