Screwdriver bookend for uploading code coverage reports and/or test results
npm install screwdriver-coverage-bookendThis bookend will try to register a Screwdriver coverage npm module based on your configuration provided.
coverage:
plugin: sonar
sonar:
foo: barIn this example, this bookend will register the screwdriver-coverage-sonar npm module with the config foo: bar.
This bookend does nothing during setup.
This bookend will call getUploadCoverageCmd from the screwdriver-coverage-sonar npm module during teardown. The plugin should follow the coverage-base interface.
npm testCode licensed under the BSD 3-Clause license. See LICENSE file for terms.