From 648084ad21bd94126ab01e6489a58b5b6b23a03e Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Sun, 17 Mar 2024 21:05:02 +0000 Subject: [PATCH] Only test pytest folder for pytests --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1481f25d..690c1327 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -81,7 +81,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Run tests run: | - pytest -s --nbval --cov=pysrc + pytest -s --nbval --cov=pysrc ./pytest/ - name: Upload coverage to Codecov uses: codecov/codecov-action@v2 env: