What I did is:
coverage run --source=HelloCNN1 test_hellocnn1.py
coverage run --source=HelloCNN2 test_hellocnn2.py
coverage combine
coverage report -m --skip-empty
The error output:
(base) zz@home% coverage report -m --skip-empty
No source for code: '/home/zz/work/cnn/tests/(builtin)'.
Aborting report output, consider using -i.
Wondering how can I "ignore (buitin)"?
-ias suggested. You can ignore files/dirs with--omit, but Im not sure if that works for this case. coverage.readthedocs.io/en/coverage-5.5/cmd.html#reporting