Replies: 4 comments 3 replies
-
With #1532 and #1533 as reference examples - I'm totally convinced. |
Beta Was this translation helpful? Give feedback.
-
+1 on this on my end. Maybe as a start, we can add |
Beta Was this translation helpful? Give feedback.
-
As a first small step, I've opened the following I'd like to hear what you think. |
Beta Was this translation helpful? Give feedback.
-
SimpleCov was removed from the repo about a year ago, in #1084, mostly because we didn’t really use Code Climate anymore. 😅 On other projects, I have sometimes struggled with a “100% test coverage” requirement, but that was especially around certain code paths running exclusively for e.g. certain versions of Ruby, or ActiveRecord etc. – which means that in one test run, we would never reach 100%. Perhaps that is not a problem for us? I know that with SimpleCov it’s possible to merge coverage results from different test runs, so that might be the solution if the problem should occur. |
Beta Was this translation helpful? Give feedback.
-
I felt from the reviews I have received here that it would be nice to be able to see test code coverage.
For example, if there are areas where there is currently not much test coverage, adding a test there would be a good thing for us.
Beta Was this translation helpful? Give feedback.
All reactions