From aa0693f692550777ddb6730cea457ac772bcf183 Mon Sep 17 00:00:00 2001 From: phnix Date: Sat, 9 May 2026 20:38:36 -0400 Subject: [PATCH] fix: correct coverage package name in CI workflow --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5c0645f..4488bc9 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: --ignore=tests/test_agent_e2e.py \ --ignore=tests/test_integration_browser.py \ --ignore=tests/test_integration_agent.py \ - --cov=blackreach \ + --cov=huginn \ --cov-report=term-missing \ --cov-report=xml