0.0.2-2 • Published 9 years ago

grunt-codeclimate v0.0.2-2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

grunt-codeclimate

Send coverage information to codeclimate

This is my first grunt plugin. It should work as advertised, but I didn't test anything.

/!\ Warning : this module is deprecated until this pull request is merged. You can use this module instead, in the meantime.

Getting Started

This plugin requires Grunt.

If you haven't used Grunt before, be sure to check out the Getting Started guide, as it explains how to create a Gruntfile as well as install and use Grunt plugins. Once you're familiar with that process, you may install this plugin with this command:

npm install grunt-codeclimate --save-dev

Once the plugin has been installed, it may be enabled inside your Gruntfile with this line of JavaScript:

grunt.loadNpmTasks('grunt-codeclimate');

The "codeclimate" task

Overview

In your project's Gruntfile, add a section named codeclimate to the data object passed into grunt.initConfig().

grunt.initConfig({
  codeclimate: {
    options: {
      file: 'results/lcov.info',
      token: 'TOKEN'
    }
  },
})

Options

options.file

Type: String

The path to the file containing coverage information in lcov format.

options.token

Type: String

The token for your project.

Contributing

This is my first grunt plugin, I didn't had the time to write any test. In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

Release History

(Nothing yet)

License

Copyright (c) 2014 Etienne Brodu. Licensed under the MIT license.

0.0.2-2

9 years ago

0.0.2-1

9 years ago

0.0.2

9 years ago

0.0.1-1

10 years ago

0.0.1

10 years ago