You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yep, I'm experiencing this as well. Judging by line 33 of src/program.js, the --configPath is only used to read the original thresholds. When writing the new thresholds, the app goes straight for the package.json: R.chain(thresholds => F.both(getPackageJsonPath(), F.of(thresholds))),
Surely this not the desired behavior, as it results in having coverage thresholds set in two different files.
No description provided.
The text was updated successfully, but these errors were encountered: