@teamscale/coverage-collector 0.0.1-beta.5 → 0.0.1-beta.6

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.
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamscale/coverage-collector",
3
- "version": "0.0.1-beta.5",
3
+ "version": "0.0.1-beta.6",
4
4
  "description": "Collector for JavaScript code coverage information",
5
5
  "main": "dist/src/main.js",
6
6
  "bin": "dist/src/main.js",
package/dist/src/main.js CHANGED
@@ -30,7 +30,7 @@ class Main {
30
30
  parser.add_argument('-e', '--log-level', { help: 'Log level', default: 'info' });
31
31
  parser.add_argument('-t', '--dump-after-mins', {
32
32
  help: 'Dump the coverage information to the target file every N minutes.',
33
- default: 120
33
+ default: 2
34
34
  });
35
35
  parser.add_argument('-d', '--debug', {
36
36
  help: 'Print received coverage information to the terminal?',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teamscale/coverage-collector",
3
- "version": "0.0.1-beta.5",
3
+ "version": "0.0.1-beta.6",
4
4
  "description": "Collector for JavaScript code coverage information",
5
5
  "main": "dist/src/main.js",
6
6
  "bin": "dist/src/main.js",