You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

screwdriver-coverage-bookend

Package Overview
Dependencies
Maintainers
0
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

screwdriver-coverage-bookend

Screwdriver bookend for uploading code coverage reports and/or test results

3.0.0
latest
Source
npmnpm
Version published
Maintainers
0
Created
Source

Coverage Bookend

Version Downloads Build Status Open Issues License

Screwdriver bookend for uploading code coverage reports and/or test results

Usage

npm install screwdriver-coverage-bookend

Constructor

This bookend will try to register a Screwdriver coverage npm module based on your configuration provided.

Example

coverage:
    plugin: sonar
    sonar:
        foo: bar

In this example, this bookend will register the screwdriver-coverage-sonar npm module with the config foo: bar.

Setup

This bookend does nothing during setup.

Teardown

This bookend will call getUploadCoverageCmd from the screwdriver-coverage-sonar npm module during teardown. The plugin should follow the coverage-base interface.

Testing

npm test

License

Code licensed under the BSD 3-Clause license. See LICENSE file for terms.

Keywords

screwdriver

FAQs

Package last updated on 21 Feb 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts