Sha256: 657b8a6b197c531ab3098d1e1e51ef8d8d10d670dbc8ebcf0bacafe515d22acf

Contents?: true

Size: 1.45 KB

Versions: 5

Compression:

Stored size: 1.45 KB

Contents

# URBANopt Reporting Gem

[![Coverage Status](https://coveralls.io/repos/github/urbanopt/urbanopt-reporting-gem/badge.svg?branch=develop)](https://coveralls.io/github/urbanopt/urbanopt-reporting-gem?branch=develop)
[![nightly_ci_build](https://github.com/urbanopt/urbanopt-reporting-gem/actions/workflows/nightly_ci_build.yml/badge.svg)](https://github.com/urbanopt/urbanopt-reporting-gem/actions/workflows/nightly_ci_build.yml)

The URBANopt<sup>&trade;</sup> Reporting Gem defines the URABNopt reports (Scenario and Feature reports). It also includes the default reporting measure which query results from the energyplus sql database and reports it in the Feature reports.


[RDoc Documentation](https://urbanopt.github.io/urbanopt-reporting-gem/)

## Installation

Add this line to your application's Gemfile:

```ruby
gem 'urbanopt-reporting'
```

And then execute:

    $ bundle install
    $ bundle update

Or install it yourself as:

    $ gem install 'urbanopt-reporting'

## Testing

Check out the repository and then execute:

    $ bundle install
    $ bundle update
    $ bundle exec rake

## Releasing

* Update CHANGELOG.md
* Run `rake rubocop:auto_correct`
* Update version in `/lib/version.rb`
* Create PR to master, after tests and reviews complete, then merge
* Locally - from the master branch, run `rake release`
* On GitHub, go to the releases page and update the latest release tag. Name it “Version x.y.z” and copy the CHANGELOG entry into the description box.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
urbanopt-reporting-0.10.1 README.md
urbanopt-reporting-0.10.0 README.md
urbanopt-reporting-0.9.1 README.md
urbanopt-reporting-0.9.0 README.md
urbanopt-reporting-0.8.0 README.md