From 7c99ac24ebc2f27e0133fa15c3ac292e1e3e273a Mon Sep 17 00:00:00 2001 From: Calysta Tesiman <92336003+CalystaT@users.noreply.github.com> Date: Fri, 8 Sep 2023 15:08:17 +0100 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b425e2c..a9f8d57 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -41,6 +41,7 @@ jobs: pip install setuptools setuptools_scm wheel pip install -r requirements.txt pip install pytest + pip install pytest-cov pip install pytest-mpl pip install -e . @@ -50,8 +51,8 @@ jobs: pip show -V ase - name: Run tests - run: pytest --mpl tests/unit_tests.py - + run: pytest --cov=macrodensity --mpl tests/unit_tests.py + - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: