refactor: update to copier template v1.2.2 #4

Merged
wakonig_k merged 1 commits from update-latest-copier into main 2025-09-11 17:57:01 +02:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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