diff --git a/README.md b/README.md index a066871..2be0015 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # YGKA 🤖 +[![codecov](https://codecov.io/gh/code-yeongyu/YGK-a/branch/master/graph/badge.svg?token=GB79Y7PEHU)](https://codecov.io/gh/code-yeongyu/YGK-a) +[![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) + 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. ## Key Features 💡 @@ -17,7 +20,7 @@ YGKA is an advanced ChatGPT client for shell that acts as Your Genius Knowledgea To begin using YGKA, install it with pip: ```sh -pip install ygk-a +pip install ygka ``` Once you've installed YGKA, you can start using it right away. To execute a command, use the following syntax: diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..6779d28 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,3 @@ +ignore: + - ./monkey_patch_invoke.py + - ./tasks.py