From ac2aa87b46c739f7657e364ce6b34b63b13af445 Mon Sep 17 00:00:00 2001 From: notactuallyfinn <142492755+notactuallyfinn@users.noreply.github.com> Date: Fri, 12 Jul 2024 09:29:42 +0200 Subject: [PATCH] Update python-app.yml --- .github/workflows/python-app.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ebcad37..31db939 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -28,5 +28,4 @@ jobs: pip install .[dev] - name: Test with pytest run: | - pytest $(git ls-files 'test/*.py') - pytest --cov=. test/hermes_toml_test + pytest --cov=src test/hermes_toml_test