From 3ae23d5e9956a6a9b4c7d0b2ad328b6c12709d42 Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Thu, 19 Sep 2024 14:14:23 +0000 Subject: [PATCH] trying pytest ini --- .github/pytest.ini | 0 .github/workflows/tests.yaml | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 .github/pytest.ini diff --git a/.github/pytest.ini b/.github/pytest.ini new file mode 100644 index 0000000..e69de29 diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9bf7600..297b424 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -19,9 +19,9 @@ jobs: python-version: '3.11' cache: 'poetry' - run: poetry install + - name: setup pytest.ini + run: mv .github/pytest.ini pytest.ini - name: Run tests - env: - PYTEST_ADDOPTS: "--cov=aim --cov-report=term:skip-covered" run: poetry run pytest - name: ls run: ls \ No newline at end of file