frictionlessdata / goodtables.io

Data validation as a service. Project retired, got to the current one at frictionsless/repository
https://goodtables.io
GNU Affero General Public License v3.0
69 stars 16 forks source link

Setup proper coverage reporting #165

Open roll opened 7 years ago

roll commented 7 years ago

Overview

For now it doesn't work well.

Tasks


Extracted from #48 for backlog.

amercader commented 7 years ago

If you want to omit the tests you just need a .coveragerc file with:

[run]
omit =
    goodtablesio/tests/*

Actually covering tests allowed me to find badly written tests that not weren't run as expected, but I don't mind removing them from coverage.

roll commented 7 years ago

@amercader I don't have pref (include/exclude). I was talking about frontend tests I don't know how to exclude for now - so happy to let it as is (if we have the same approach for backend).

So this issue could be just about proper reporting to coveralls