From bc9983f979ebc0d1c8c205d04e603f67aa00c052 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 11 Sep 2025 17:35:56 +0200 Subject: [PATCH] refactor: update to copier template v1.2.2 --- .copier-answers.yml | 2 +- .gitea/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index d51cff3..31266dd 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -2,7 +2,7 @@ # It is needed to track the repo template version, and editing may break things. # This file will be overwritten by copier on template updates. -_commit: v1.2.1 +_commit: v1.2.2 _src_path: https://github.com/bec-project/plugin_copier_template.git make_commit: false project_name: pxi_bec diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 17b22d3..5a9e2ca 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -94,4 +94,4 @@ jobs: - name: Run Pytest with Coverage id: coverage - run: pytest --random-order --cov=./pxi_bec --cov-config=./pxi_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./pxi_bec/tests/ + run: pytest --random-order --cov=./pxi_bec --cov-config=./pxi_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./pxi_bec/tests/ || test $? -eq 5 -- 2.49.1