Ensure full source coverage using --all
mainBy default, V8 only provides coverage for files loaded by the engine during execution. If some files in your project are not loaded during tests, they won't appear in the report.
Use the --all flag to include all files in the directories specified by --src (defaults to cwd) that pass the --include and --exclude filters. Uncovered files will be included in the report with 0% coverage.