From e16b934b94fec304ccb166e4cec5a57b262afd9f 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..bb1bd4d 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 --cov-report=xml --cov-report=term tests - name: Upload coverage reports to Codecov with GitHub Action uses: codecov/codecov-action@v3