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

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -