Skip to content

Commit 82626a3

Browse files
authored
Merge pull request #10 from mcpgod/codex/evaluate-and-expand-test-coverage
Increase test coverage and add badge
2 parents 717b693 + deeef3b commit 82626a3

5 files changed

Lines changed: 848 additions & 7 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/dist
66
/tmp
77
/node_modules
8+
coverage
89
oclif.manifest.json
910

1011

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
[![Version](https://img.shields.io/npm/v/mcpgod.svg)](https://npmjs.org/package/mcpgod)
66
[![Downloads/week](https://img.shields.io/npm/dw/mcpgod.svg)](https://npmjs.org/package/mcpgod)
77
[![License](https://img.shields.io/npm/l/mcpgod.svg)](LICENSE)
8+
[![Coverage](https://img.shields.io/badge/coverage-100%25-brightgreen.svg)](coverage/lcov-report/index.html)
89

910
## Overview
1011

0 commit comments

Comments
 (0)