1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: ruby-coveralls
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>,
Lucas Kanashiro <kanashiro@debian.org>
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
ronn,
ruby-multi-json,
ruby-rest-client,
ruby-ronn,
ruby-rspec,
ruby-simplecov,
ruby-simplecov-html,
ruby-term-ansicolor,
ruby-thor,
ruby-webmock
Standards-Version: 4.6.2
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-coveralls.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-coveralls
Homepage: https://coveralls.io
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-coveralls
Architecture: all
Depends: ruby:any,
ruby-multi-json,
ruby-rest-client,
ruby-simplecov,
ruby-simplecov-html,
ruby-term-ansicolor,
ruby-thor,
${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Ruby implementation of the Coveralls API
Coveralls is a web service to help you track your code coverage over
time, and ensure that all your new code is fully covered.
.
Coveralls automatically collects your code coverage data, uploads it
to their servers and gives you a nice interface to dig into it.
.
Any type of Ruby project or test framework supported by SimpleCov is
supported by the Coveralls gem. This includes all your favorites, like
RSpec, Cucumber, and Test::Unit.
.
This package provides a Ruby gem to interact with Coveralls API.
|