From e83bba32208a76a173e8a73ccb298a3cec02a4bd Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Mon, 6 Jan 2025 12:20:28 -0800 Subject: [PATCH 1/2] Exclude tests/* from coverage. --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) 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/** From e52fb2558b5ab24c466aa17bf61ee4d835b6d9ea Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Mon, 6 Jan 2025 12:31:30 -0800 Subject: [PATCH 2/2] Add test, mypy, codecov badges to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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