Skip to content

"c8 check-coverage --all" do not works like intended #187

@Oloompa

Description

@Oloompa

Hi,

I want to both check a global coverage and a per file coverage so i need to call check-coverage separately.

If i have a file uncovered named foo.js,

calling c8 --all --include build --check-coverage works perfectly. It will fail telling me foo.js does not meet threshold.

but calling c8 --all --include build and later call c8 check-coverage --all --include build does not works. It doesn't throw an error.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions