Skip to content

screwdriver-cd/coverage-bookend

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

About

sd.cd bookend for uploading code coverage reports and/or test results

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published