autolevel.js

Automatically use the right abstract-leveldown module for your configuration
git clone git://git.finwo.net/lib/autolevel.js
Log | Files | Refs | README | LICENSE

commit 1d15a0881dbb9de6aa93bf5376a7f9c6ad526ef5
parent dceba78856f3face236ff511a064a80391fcfae9
Author: finwo <finwo@pm.me>
Date:   Mon, 22 Oct 2018 15:03:38 +0200

Include coverage & another attempt at disabling inferred test

Diffstat:
M.scrutinizer.yml | 8++++++--
1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/.scrutinizer.yml b/.scrutinizer.yml @@ -11,14 +11,18 @@ build: tests: override: - js-scrutinizer-run - test: + coverage: tests: override: - - npm test + - command: 'npm test' + coverage: + file: 'coverage/clover.xml' + format: 'clover' tests: override: - true +checks: false #build: # environment: # node: '10.11.0'