Skip to content

Commit 65eb22f

Browse files
committed
docs: replace static tests badge with live CI workflow status badge
1 parent a063d52 commit 65eb22f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# AgentEval 🧪
22

33
[![PyPI](https://img.shields.io/pypi/v/agentevalkit)](https://pypi.org/project/agentevalkit/)
4-
[![Tests](https://img.shields.io/badge/tests-passing-brightgreen)]()
4+
[![CI](https://img.shields.io/github/actions/workflow/status/agentkitai/agenteval/ci.yml?branch=main)](https://github.com/agentkitai/agenteval/actions)
55
[![Python 3.9+](https://img.shields.io/badge/python-3.9+-blue.svg)]()
66
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
77

@@ -51,7 +51,7 @@ cases:
5151
- name: format-check
5252
input: "List 3 colors"
5353
expected:
54-
pattern: "\\d\\.\\s+\\w+"
54+
pattern: "\d\.\s+\w+"
5555
grader: regex
5656
```
5757
@@ -284,7 +284,7 @@ Matches `result.output` against `expected.pattern` (Python regex). Config: `flag
284284

285285
```yaml
286286
expected:
287-
pattern: "\\d+\\.\\d+"
287+
pattern: "\d+\.\d+"
288288
grader: regex
289289
grader_config:
290290
flags: [IGNORECASE]

0 commit comments

Comments
 (0)