Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,21 @@

# TestAggregation

Simple model for reading stream of step results that can grup and aggregate
results by part and machine (in feature by any param).
Simple model for reading stream of step results that can group and aggregate
results by part and machine.

## Development

After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake rspec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
To install this gem onto your local machine, run `bundle exec rake install`. To release a new version\
* update the version number in `version.rb`
* run `bundle exec rake release` which will create a git tag for the version
* push git commits and tags

## Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/final-test_aggregation.

Bug reports and pull requests are welcome on GitHub at https://github.com/AVGTechnologies/test-aggregation

## License

Expand Down