From e7e645d280ee427feafb3df10a621e02ebe93462 Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Mon, 18 Dec 2023 15:50:25 +1100 Subject: [PATCH] ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1bcc889..c40bedc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -38,6 +38,6 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - name: Test with pytest run: | - pytest + python -m pytest --cov om3utils tests - name: Upload coverage reports to Codecov with GitHub Action uses: codecov/codecov-action@v3