From f3067cdf1a7bb4a3552d2a0383b553438c54ae01 Mon Sep 17 00:00:00 2001 From: oana Date: Thu, 4 Jul 2024 13:29:58 +0200 Subject: [PATCH] bug fix --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 192affbc..391ce0ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,7 +31,7 @@ jobs: python3 -m pip install -r requirements.txt - name: Test with PyTest run: | - python3 -m pytest --cov=catchment.models tests/test_models.py + python3 -m pytest --cov=inflammation.models tests/test_models.py - name: Check style with Pylint run: | python3 -m pylint --fail-under=8 --reports=y inflammation \ No newline at end of file