Jan Pretzel
Jan Pretzel
I forked one of the other forks and added just that feature. You might want to take a look at it: https://github.com/JanPretzel/angular-soap Hope this helps!
Same issue here, running with `--coverage` or `--coverage=true` no longer works (it did before). Running `vitest` directly from the project works perfectly fine with `--coverage`
We seem to have the same/a similar problem when running `npx nx run-many --target=lint` but only on Azure Pipelines. Upgrading to 16.5.3 and removing `npmScope` did not help. Edit: Sorry...
> Not sure if this will help you, but we temporarily fixed this by given the Azure workers more cores (4 cores seems to work for us). But this is...
Seems like @EugenMayer worked on that issue: https://github.com/EugenMayer/concourse-pipeline-templateer. Probably a solution to this issue, finally?