@naturalcycles/dev-lib 12.17.2 → 12.17.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -68,7 +68,7 @@ async function runJest(opt = {}) {
68
68
  };
69
69
  if (CI) {
70
70
  args.push('--ci');
71
- if (!integration && !manual) {
71
+ if (!integration && !manual && !processArgs.some(a => a.includes('coverage'))) {
72
72
  // Coverage only makes sense for unit tests, not for integration/manual
73
73
  args.push('--coverage');
74
74
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naturalcycles/dev-lib",
3
- "version": "12.17.2",
3
+ "version": "12.17.3",
4
4
  "scripts": {
5
5
  "prepare": "husky install",
6
6
  "tsn-debug": "tsn testScript.ts",