khamusa / rspec-graphql_matchers

Collection of rspec matchers to test your graphQL api schema.
MIT License
145 stars 49 forks source link

Add coverage reporting with simplecov, CodeClimate, & Travis integration #35

Closed TonyArra closed 4 years ago

TonyArra commented 4 years ago

Line 16 of the travis.yml just requires the reporter ID from the following page: https://codeclimate.com/repos/57d58df9ac8cdd0633000001/settings/test_reporter

khamusa commented 4 years ago

Awesome! We need a rebase here now! Thanks!

TonyArra commented 4 years ago

@khamusa done - just needs the cc-reporter-id

khamusa commented 4 years ago

Here it is! 91869d10400b3eee773709d6227175890affe42c1c50b9cd9cc964e1cb76f93e

thanks!

TonyArra commented 4 years ago

@khamusa added the ID to .travis.yml, and looks like it's hooked up correctly (3 months later).

khamusa commented 4 years ago

No problem, @TonyArra. Thank you! :tada: