NREL / OpenStudio-measure-tester-gem

Other
3 stars 0 forks source link

Can we relax the version number on the simplecov depenedcy? #48

Open chriswmackey opened 4 years ago

chriswmackey commented 4 years ago

I have been trying to setup a repo that depends on this one to run automated coverage reports every time I send a PR. However, the coveralls dependency that I would like to use for this works with simplecov ~> 0.16.1.

Could we relax the simplecov dependency of this repo to something like: simplecov >= 0.16.1 ... instead of the current: simplecov', '~> 0.18.2

Or am I up a creek until there's a future version of coveralls?