From b753667bfd54992c4092932c27fc1e93dc0580ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludwig=20H=C3=BClk?= Date: Wed, 27 Nov 2024 17:48:01 +0100 Subject: [PATCH] Test coverage #61 --- .github/workflows/codecov.yml | 2 ++ pyproject.toml | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index f6d1a42..50bed77 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -24,6 +24,8 @@ jobs: run: pip install pytest pytest-cov - name: Run tests + env: + DB_URL: /home/runner/work/super-repo/tests/test_db.hdf5 run: pytest --cov --cov-report=xml - name: Upload results to Codecov diff --git a/pyproject.toml b/pyproject.toml index 55b4634..71c99a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,8 +10,7 @@ requires = ["flit_core >=3.8.0,<4"] name = "super-repo" version = "0.2.0" authors = [ - {name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"}, -] + {name = "Ludwig Hülk", email = "datenzentrum@rl-institut.de"}] description = "A template repo for research software." readme = "README.rst" requires-python = ">=3.10"