Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove coverage settings to allow upload
With these settings, simplecov returns a non-zero exit status which we don't want because it fails the test run step in the CI job and never gets to uploading the code coverage report for us to see what's wrong in the PR. For what its worth, I haven't run into this before with rspec so not sure if something could be different here with simplecov and rails test.
- Loading branch information