Skip to content

Commit 9ce7c2e

Browse files
authored
Chore/quick wins (#2)
* chore: apply quick wins and add test scaffold * ci: add github actions, coverage badge, and unit tests * chore: format ci workflow & badge script * test: fix glob import and lint warnings * docs: fix ci badge repo url
1 parent 4684527 commit 9ce7c2e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# ecma-codebuddy: Azure OpenAI (commercial & GovCloud) VS Code assistant
22

3-
[![CI](https://github.com/rbmathis/ecma-codebuddy/actions/workflows/ci.yml/badge.svg)](https://github.com/rbmathis/ecma-codebuddy/actions/workflows/ci.yml)
3+
[![CI](https://github.com/rbmathis/code-buddy/actions/workflows/ci.yml/badge.svg)](https://github.com/rbmathis/code-buddy/actions/workflows/ci.yml)
4+
=======
5+
46
[![Coverage](https://img.shields.io/badge/coverage-nyc-lightgrey)](./coverage/badge.svg)
57

68
<p>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"icon": "resources/extensionIcon.png",
88
"license": "MIT",
99
"repository": {
10-
"url": "https://github.com/rbmathis/ecma-codebuddy"
10+
"url": "https://github.com/rbmathis/code-buddy"
1111
},
1212
"engines": {
1313
"vscode": "^1.73.0"

0 commit comments

Comments
 (0)