muter-mutation-testing / muter

🔎 Automated mutation testing for Swift 🕳️
MIT License
491 stars 39 forks source link

bug/env var on spm projects #269

Closed rakaramos closed 4 months ago

rakaramos commented 4 months ago

When running projects for SPM, we are now copying the parent process environment variables to avoid weird issues and keep the process environment to be the same as were the user invokes their test command.

Fixes #267