From 52f293c625feb47c7c07e2941aaa90e64dcc53f2 Mon Sep 17 00:00:00 2001 From: appel_c Date: Thu, 11 Sep 2025 18:01:17 +0200 Subject: [PATCH] fix: update repo with copier-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 280487a..a286a54 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: detector_group_bec diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index b2c87a9..b2867dc 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=./detector_group_bec --cov-config=./detector_group_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./detector_group_bec/tests/ + run: pytest --random-order --cov=./detector_group_bec --cov-config=./detector_group_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./detector_group_bec/tests/ || test $? -eq 5