meetuparchive / archery

2D R-Tree implementation in Scala
MIT License
117 stars 26 forks source link

Exclude archery.benchmark from coverage report. #14

Closed non closed 9 years ago

non commented 9 years ago

This commit removes the benchmarks from coverage. We wouldn't normally run "tests" against the benchmarking code.

This commit also standardizes the file structure a bit.

Move main.scala

Rename main.scala -> Main.scala, change package.

Exclude archery.benchmark from code coverage.

blah