Skip to content

Commit 02c005e

Browse files
committed
Hello codecov!
1 parent 7bf258e commit 02c005e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# YGKA 🤖
22

3+
[![codecov](https://codecov.io/gh/code-yeongyu/YGK-a/branch/master/graph/badge.svg?token=GB79Y7PEHU)](https://codecov.io/gh/code-yeongyu/YGK-a)
4+
[![Release Package to PyPI](https://github.com/code-yeongyu/YGK-a/actions/workflows/release.yml/badge.svg)](https://github.com/code-yeongyu/YGK-a/actions/workflows/release.yml)
5+
36
YGKA is an advanced ChatGPT client for shell that acts as Your Genius Knowledgeable Assistant. YGKA supports Unix/Linux pipelines and requires no setting up of tokens or API keys. Furthermore, if you want to use an OpenAI API key, you can easily configure it.
47

58
## Key Features 💡
@@ -17,7 +20,7 @@ YGKA is an advanced ChatGPT client for shell that acts as Your Genius Knowledgea
1720
To begin using YGKA, install it with pip:
1821

1922
```sh
20-
pip install ygk-a
23+
pip install ygka
2124
```
2225

2326
Once you've installed YGKA, you can start using it right away. To execute a command, use the following syntax:

codecov.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
ignore:
2+
- ./monkey_patch_invoke.py
3+
- ./tasks.py

0 commit comments

Comments
 (0)