Skip to content

Commit

Permalink
Merge pull request #57 from azuqua/OKTA-231181
Browse files Browse the repository at this point in the history
  • Loading branch information
austinbrown-okta authored Jun 6, 2019
2 parents 016da1e + 0ebdbb2 commit e3bd126
Show file tree
Hide file tree
Showing 5 changed files with 1,178 additions and 2,028 deletions.
12 changes: 9 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ jobs:

- run:
name: Run mocha unit tests with JUnit as reporter
command: yarn test --exit --reporter mocha-junit-reporter --reporter-options mochaFile=reports/junit/mocha-junit-results.xml
command: |
npx nyc@latest \
--reporter=clover --reporter=cobertura --reporter=lcov --reporter=text \
--report-dir=reports/coverage \
mocha tests/*.js --exit \
--reporter mocha-junit-reporter \
--reporter-options mochaFile=reports/junit/mocha-junit-results.xml
when: always
- store_test_results:
path: reports/junit
path: reports/
- store_artifacts:
path: ./reports/junit/mocha-junit-results.xml
path: ./reports/
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,8 @@ var driver = cassanKnex.getDriver();

#### <a name="ChangeLog"></a>ChangeLog

- 1.20.1
- Update dependencies.
- 1.20.0
- Add QueryModifier `with` for column family statements.
- 1.19.0 (@dekelev is killing it w/ new features :thumbsup:)
Expand Down
Loading

0 comments on commit e3bd126

Please sign in to comment.