diff --git a/README.md b/README.md index 90ed8aeb..296ef0f5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# AgentStack [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-3100/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +# AgentStack [![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/release/python-3100/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ![python-testing](https://github.com/agentops-ai/agentstack/actions/workflows/python-testing.yml/badge.svg) ![mypy](https://github.com/agentops-ai/agentstack/actions/workflows/mypy.yml/badge.svg) [![codecov.io](https://codecov.io/github/agentops-ai/agentstack/coverage.svg?branch=master)](https://codecov.io/github/agentops-ai/agentstack>?branch=master) Logo diff --git a/tox.ini b/tox.ini index a29b10e8..b372ddd7 100644 --- a/tox.ini +++ b/tox.ini @@ -27,8 +27,10 @@ source = . omit = **/tmp/** ./tmp/**/* + tests/** [coverage:report] omit = **/tmp/** ./tmp/**/* + tests/**