piotrmurach / github

Ruby interface to GitHub API
https://piotrmurach.github.io/github
MIT License
1.15k stars 316 forks source link

Adapt to SimpleCov deprecations #366

Closed leoarnold closed 4 years ago

leoarnold commented 4 years ago

We adapt to some changes in the SimpleCov public API.

We also exclude the spec subdirectory from line coverage calculations in order to avoid spurious coverage fluctuations.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-4.7%) to 93.054% when pulling 8fce6f21bfef8e5f3c4199d42f5859fdc58ece16 on leoarnold:fix/simplecov into 2872bbb68c66b2093d3b6516212997b0806e9411 on piotrmurach:master.

piotrmurach commented 4 years ago

Thanks ❤️