Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danmayer/coverband_rails_example
A Rails App to show how to use coverband
https://github.com/danmayer/coverband_rails_example
Last synced: 4 days ago
JSON representation
A Rails App to show how to use coverband
- Host: GitHub
- URL: https://github.com/danmayer/coverband_rails_example
- Owner: danmayer
- License: mit
- Created: 2024-02-21T01:00:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-03-04T01:29:13.000Z (10 months ago)
- Last Synced: 2024-12-11T16:39:18.563Z (29 days ago)
- Language: Ruby
- Size: 38.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Coverband Rails Demo
It has been awhile since I built and hosted a Coverband Rails example app. This demo is intended to show how to get up and running with Coverband and some of the various configuration options.
* See the [Coverband Repo](https://github.com/danmayer/coverband) for documentation and more details
# Getting Started
* `git clone [email protected]:danmayer/coverband_rails_example.git`
* `bundle install`
* `bundle exec rails s`
* open: http://localhost:3000/coverage# Demo Dependencies
* built with Rails 7.1
* Ruby 3.2.2# TODO
* setup and ensure folks can test via docker
* deploy the docker image somewhere# How to run the test suite
* `bundle exec rake`