From 05a193447f7bf9e81088a7c21320a09dff9ad627 Mon Sep 17 00:00:00 2001 From: Brian Bjarke Jensen Date: Thu, 30 Oct 2025 00:11:27 +0100 Subject: [PATCH] corrected coverage reference --- .gitea/workflows/python-pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/python-pytest.yml b/.gitea/workflows/python-pytest.yml index 62fe210..b221bb7 100644 --- a/.gitea/workflows/python-pytest.yml +++ b/.gitea/workflows/python-pytest.yml @@ -11,7 +11,7 @@ jobs: uses: brian/CI-templates/.gitea/workflows/python/pytest.yml@v1.0.0 with: python-version: ${{ vars.PYTHON_VERSION }} - coverage-package: "data_store" + coverage-package: "elprisenligenu" api-url: ${{ vars.API_URL }} secrets: CI_RUNNER_TOKEN: ${{ secrets.CI_RUNNER_TOKEN }}