From 43afd9754b56faf1d50abf2c86459ab8aeb7ee93 Mon Sep 17 00:00:00 2001 From: Monique Rio Date: Thu, 19 Sep 2024 14:18:38 +0000 Subject: [PATCH] update dotenv --- .github/pytest.ini | 2 ++ .github/workflows/tests.yaml | 6 ++---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pytest.ini b/.github/pytest.ini index e69de29..a37bf73 100644 --- a/.github/pytest.ini +++ b/.github/pytest.ini @@ -0,0 +1,2 @@ +[pytest] +addopts = "--cov=aim --cov-report=term-missing:skip-covered" \ No newline at end of file diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 297b424..5f8ecd4 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -10,7 +10,7 @@ jobs: - name: Create .env file run: cat env.* > .env - name: Load .env file - uses: xom9ikk/dotenv@v2 + uses: xom9ikk/dotenv@v2.3.0 - name: Install poetry run: pipx install poetry - name: Set up Python 3.11 @@ -22,6 +22,4 @@ jobs: - name: setup pytest.ini run: mv .github/pytest.ini pytest.ini - name: Run tests - run: poetry run pytest - - name: ls - run: ls \ No newline at end of file + run: poetry run pytest \ No newline at end of file