refactor: update repo with copier v1-2-2
This commit was merged in pull request #12.
This commit is contained in:
@@ -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: phoenix_bec
|
||||
|
||||
@@ -94,4 +94,4 @@ jobs:
|
||||
|
||||
- name: Run Pytest with Coverage
|
||||
id: coverage
|
||||
run: pytest --random-order --cov=./phoenix_bec --cov-config=./phoenix_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./phoenix_bec/tests/
|
||||
run: pytest --random-order --cov=./phoenix_bec --cov-config=./phoenix_bec/pyproject.toml --cov-branch --cov-report=xml --no-cov-on-fail ./phoenix_bec/tests/ || test $? -eq 5
|
||||
|
||||
Reference in New Issue
Block a user