From 2b0ba35640a010c9e9c6aaddeaf2c20050313b95 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Sat, 9 Dec 2023 15:20:25 +0000 Subject: [PATCH] fixup! ci: setup GHA workflow --- .github/workflows/CI.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 0f93dc6..ef1e418 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -20,7 +20,7 @@ jobs: pip install -r requirements.txt - name: Test with pytest run: | - pip install pytest - pytest --cov neurodiffeq + pip install pytest pytest-cov + pytest --cov-report term --cov=neurodiffeq/ - name: Upload coverage to Codecov uses: codecov/codecov-action@v3