From 210e32d4549b61a498d857870f845bbf67d94af5 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..eb4f19d 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 + pytest --cov om3utils tests - name: Upload coverage reports to Codecov with GitHub Action uses: codecov/codecov-action@v3