From 3703d5b28de4b70fa9f0fcdda19f1443b7615896 Mon Sep 17 00:00:00 2001 From: kvrigor Date: Tue, 8 Oct 2024 15:56:17 +0200 Subject: [PATCH] CI.yml: Generated coverage report on another step --- .github/workflows/continuous-integration.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 97bfc7852..65d77eaed 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -177,10 +177,15 @@ jobs: working-directory: ./pytest run: >- python -m pytest -n auto --cov psydac - --cov-report xml:coverage.xml --cov-config $GITHUB_WORKSPACE/pyproject.toml + --cov-report="" --pyargs psydac -m "not parallel and not petsc" + - name: Generate coverage report for Codacy + working-directory: ./pytest + run: | + coverage xml + - name: Upload coverage report to Codacy uses: codacy/codacy-coverage-reporter-action@v1.3.0 with: