forgemap 0.1.0-dev-main.7-64cc97e → 0.1.0-dev.9-9d82a6d

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +3 -1
package/README.md CHANGED
@@ -7,6 +7,7 @@
7
7
  [![npm Version](https://img.shields.io/npm/v/forgemap.svg?style=flat-square&color=4f46e5)](https://www.npmjs.com/package/forgemap)
8
8
  [![Downloads](https://img.shields.io/npm/dm/forgemap.svg?style=flat-square&color=4f46e5)](https://www.npmjs.com/package/forgemap)
9
9
  [![Tests](https://img.shields.io/github/actions/workflow/status/TitusKirch/forgemap/ci.yml?branch=main&style=flat-square&label=tests)](https://github.com/TitusKirch/forgemap/actions/workflows/ci.yml)
10
+ [![Coverage](https://img.shields.io/codecov/c/github/TitusKirch/forgemap?style=flat-square&color=10b981)](https://codecov.io/gh/TitusKirch/forgemap)
10
11
  [![Node Version](https://img.shields.io/node/v/forgemap.svg?style=flat-square&color=8993be)](https://www.npmjs.com/package/forgemap)
11
12
  [![License: MIT](https://img.shields.io/npm/l/forgemap.svg?style=flat-square&color=10b981)](LICENSE)
12
13
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://www.schemastore.org/package.json",
3
3
  "name": "forgemap",
4
- "version": "0.1.0-dev-main.7-64cc97e",
4
+ "version": "0.1.0-dev.9-9d82a6d",
5
5
  "description": "CLI that manages a local repo layout under ~/projects/<gitserver>/<org>/<repo>.",
6
6
  "keywords": [
7
7
  "cli",
@@ -55,6 +55,7 @@
55
55
  "@commitlint/cli": "^21.0.1",
56
56
  "@commitlint/config-conventional": "^21.0.1",
57
57
  "@types/node": "^24.0.0",
58
+ "@vitest/coverage-v8": "^3.2.4",
58
59
  "husky": "^9.1.7",
59
60
  "lint-staged": "^17.0.5",
60
61
  "oxfmt": "0.51.0",
@@ -77,6 +78,7 @@
77
78
  "typecheck": "tsc --noEmit",
78
79
  "test": "vitest run",
79
80
  "test:watch": "vitest",
81
+ "test:coverage": "vitest run --coverage",
80
82
  "check": "pnpm lint && pnpm format",
81
83
  "check:fix": "pnpm lint:fix && pnpm format:fix",
82
84
  "taze": "taze",