Open AleksandraRataj opened 1 year ago
I cannot reproduce it.
you can debug it locally at node_modules/type-coverage/packages/core/dist/core.js#L42
I also see this. I can work around it with globbing patterns, eg --ignore-files "foo/{bar,baz}/*.js"
, but I can't figure it out when there isn't overlap between the dirs like that.
Version:
Environment: macOS
Hi! :) Passing files to ignore that way:
--ignore-files "demo1/*.ts" --ignore-files "demo2/foo.ts"
doesn't work for me. Only the last argument is ignored, but the previous are still in the report. Should I specify the files to ignore in another way?