Sha256: 55cde63564776eea462cb200d3926c0c06bc2a04b68b8a4d51853a5bef085c11
Contents?: true
Size: 551 Bytes
Versions: 2
Compression:
Stored size: 551 Bytes
Contents
namespace :check do desc "Runs all tests and code metrics" task run: %w( pippi:run coverage:run rubocop:run fu:run yardstick:run ) desc "Displays results of last run for any metric" task display: %w( pippi:display coverage:display rubocop:display fu:display inch yardstick:display ) end desc "Runs all tests and code metrics and displays their results" task check: %w( check:pippi:configure check:coverage check:rubocop check:fu check:pippi:display check:inch check:yardstick )
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hexx-suit-0.1.0 | lib/tasks/check.rake |
hexx-suit-0.0.1 | lib/tasks/check.rake |