ci-reporter / ci_reporter_minitest

Connects CI::Reporter to Minitest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI::Reporter::Minitest

Connects Minitest to CI::Reporter, and then to your CI system.

Gem Version Build Status Dependency Status Code Climate

Supported versions

The latest release of Minitest 5.x is supported.

Installation

Add this line to your application's Gemfile:

gem 'ci_reporter_minitest'

And then install it:

$ bundle

Usage

Require the reporter in your Rakefile, and ensure that ci:setup:minitest is a dependency of your minitest task:

require 'ci/reporter/rake/minitest'

# ...
# Rake code that creates a task called `:minitest`
# ...

task :minitest => 'ci:setup:minitest'

Advanced usage

Refer to the shared documentation for details on setting up CI::Reporter.

Contributing

  1. Fork it ( https://github.com/ci-reporter/ci_reporter_minitest/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Add a failing test.
  4. Commit your changes (git commit -am 'Add some feature')
  5. Ensure tests pass.
  6. Push to the branch (git push origin my-new-feature)
  7. Create a new Pull Request

About

Connects CI::Reporter to Minitest

License:MIT License


Languages

Language:Ruby 100.0%