Pietro Marchini
Pietro Marchini
@cjihrig, ok, I'm going to remove the new option solving only the initial issue. again: thanks 🚀
@jakecastelli, rebased 🚀
@jakecastelli, I had to rebase again cause of conflicts 🚀
> Also, I hope you're still planning to add the cwd option 😄 @cjihrig, if this PR lands, I'll start working on it 😁 Should I open an issue before...
I just pushed a new implementation for this feature based on default `coverageExcludeGlobs` value.
Hey @Llorx, I proceeded as I saw no activity. I meant no offense 😞 Regarding the implementation footprint, the rationale behind the `fs` and `path` changes is that we decided...
@Llorx don't worry, I totally understand your position, and I'm sorry you felt that way. I am sure that you will have a chance, and if you would like to...
Thanks @RedYetiDev, I was not sure about this, gonna change it!
> Fixes #55383 Fixes #52249 Regarding #52249, I would say we have two ways to ensure the fix: 1. Add a test in this PR to confirm that the issue...
While working on the tests I've seen this behaviour:  This comes from this recently merged PR #54862. ```js import assert from 'node:assert/strict' import { test } from 'node:test' test('failing...