diff --git a/.copier-answers.yml b/.copier-answers.yml index bec3df8..d8c8ef0 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 make_commit: false project_name: iss_bec diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 14988a7..670ae88 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=./iss_bec --cov-config=./iss_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./iss_bec/tests/ + run: pytest --random-order --cov=./iss_bec --cov-config=./iss_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./iss_bec/tests/ || test $? -eq 5