From 1e4b2a726b32349d734ac76c03123dcd8509a2a8 Mon Sep 17 00:00:00 2001 From: Egon Ferri Date: Wed, 24 Jul 2024 13:01:03 +0200 Subject: [PATCH] fix: ci coverage --- .github/workflows/ci.yaml | 2 +- report.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 report.xml diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 29bc8d7..b1c0c19 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -31,7 +31,7 @@ jobs: - name: Run tests run: | source venv/bin/activate - pytest --junitxml=report.xml --cov test --cov-report=xml + pytest --junitxml=report.xml --cov --cov-report=xml continue-on-error: true - name: Upload test results diff --git a/report.xml b/report.xml new file mode 100644 index 0000000..d3c86ac --- /dev/null +++ b/report.xml @@ -0,0 +1 @@ +