Skip to content

Commit e3bd126

Browse files
Merge pull request #57 from azuqua/OKTA-231181
OKTA-231181
2 parents 016da1e + 0ebdbb2 commit e3bd126

File tree

5 files changed

+1178
-2028
lines changed

5 files changed

+1178
-2028
lines changed

.circleci/config.yml

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ jobs:
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/

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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:)

0 commit comments

Comments
 (0)