From 2d6e9cba60be2a6d708cfa6046deff130cd67cb4 Mon Sep 17 00:00:00 2001 From: Nina Miolane Date: Tue, 4 Jun 2024 10:17:48 -0700 Subject: [PATCH] Update test.yml with new test files and test_tutorials --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index fd4d3602..7dc63446 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,7 +31,7 @@ jobs: source env_setup.sh - name: Test with pytest run: | - pytest --cov=topobenchmarkx --cov-report=xml:coverage.xml test/data test/transforms + pytest --cov --cov-report=xml:coverage.xml test/ - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: