ruby on rails - How to exclude file in rcov and cucumber? -


I want to exclude the pictures below like this picture, so it is not necessary to test, therefore How to solve the problem?

image

From that picture, I think you want to exclude them from coverage analysis?

If so, something like this can help:



Comments