Skip to content

Commit

Permalink
Added coveralls service files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nucc committed Apr 7, 2013
1 parent 81d60b1 commit 74db72a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
repo_token: YSk02AmKriIDQWAagZnNr3yfG264GBjWW
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ source 'https://rubygems.org'
gemspec

gem "rake"
gem 'coveralls', require: false
gem "minitest"
gem "mini_shoulda"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Lucie - Console Application Framework   [![Code Climate](https://api.travis-ci.org/Nucc/lucie.png)](https://travis-ci.org/Nucc/lucie) [![Code Climate](https://codeclimate.com/github/Nucc/lucie.png)](https://codeclimate.com/github/Nucc/lucie)
# Lucie - Console Application Framework   [![Code Climate](https://api.travis-ci.org/Nucc/lucie.png)](https://travis-ci.org/Nucc/lucie) [![Code Climate](https://codeclimate.com/github/Nucc/lucie.png)](https://codeclimate.com/github/Nucc/lucie) [![Coverage Status](https://coveralls.io/repos/Nucc/lucie/badge.png?branch=master)](https://coveralls.io/r/Nucc/lucie)

The goal of this project is to create a framework for console applications. It would be a bit different to Thor, Rake, Getopt based command line frameworks, because it would based on MVC design pattern, where appears the controller layer to handle the command, the view to define templates for configuration files and the model to store data in XML or NoSQL database.

Expand Down
3 changes: 3 additions & 0 deletions lucie-lib/test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,13 @@
# Force the Rubygems version
require 'minitest/autorun'
require "mini_shoulda"
require 'coveralls'
#require 'debugger'

require File.expand_path('../../lib/lucie.rb', __FILE__)

Coveralls.wear!

LUCIE_ROOT = File.expand_path File.dirname(__FILE__)

class MiniTest::Spec
Expand Down

0 comments on commit 74db72a

Please sign in to comment.